Interface ClaimAccountOperation
interface ClaimAccountOperation { 0: "claim_account"; 1: { creator: string; extensions: any[]; fee: string | Asset; }; } Properties
1
1: { creator: string; extensions: any[]; fee: string | Asset; } Type declaration
creator: string
extensions: any[]
fee: string | Asset
Generic operation.