aftermath-ts-sdk - v3.3.3
    Preparing search index...

    PTB argument references returned by deferred create_account for use in downstream composed endpoints (share-account, grant-agent-wallet, etc.).

    interface DeferredAccountArgs {
        accountArg: TransactionObjectArgument;
        adminCapArg: TransactionObjectArgument;
        collateralCoinType: string;
        sharePolicyArg: TransactionObjectArgument;
    }
    Index
    accountArg: TransactionObjectArgument

    Argument reference for the created Account object.

    adminCapArg: TransactionObjectArgument

    Argument reference for the AccountCap.

    collateralCoinType: string

    Collateral type for the account.

    sharePolicyArg: TransactionObjectArgument

    Argument reference for the AccountSharePolicy.