Coda by Ian Macalinao
    Preparing search index...

    Type Alias CreateSubaccountInfoInstructionDataArgs

    type CreateSubaccountInfoInstructionDataArgs = {
        bump: number;
        index: number | bigint;
        smartWallet: Address;
        subaccount: Address;
        subaccountType: SubaccountTypeArgs;
    }
    Index
    bump: number
    index: number | bigint
    smartWallet: Address
    subaccount: Address
    subaccountType: SubaccountTypeArgs