dsteem
    Preparing search index...

    Interface ClaimAccountOperation

    Generic operation.

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

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

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

    Type Declaration

    • creator: string
    • extensions: any[]

      Extensions. Not currently used.

    • fee: string | Asset