Interface ClaimAccountOperation

Generic operation.

interface ClaimAccountOperation {
    0: "claim_account";
    1: {
        creator: string;
        extensions: any[];
        fee: string | Asset;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    creator: string;
    extensions: any[];
    fee: string | Asset;
}

Type declaration

  • creator: string
  • extensions: any[]

    Extensions. Not currently used.

  • fee: string | Asset