Coda by Ian Macalinao
    Preparing search index...

    Type Alias CreateSubaccountInfoInstructionData

    type CreateSubaccountInfoInstructionData = {
        bump: number;
        discriminator: ReadonlyUint8Array;
        index: bigint;
        smartWallet: Address;
        subaccount: Address;
        subaccountType: SubaccountType;
    }
    Index
    bump: number
    discriminator: ReadonlyUint8Array
    index: bigint
    smartWallet: Address
    subaccount: Address
    subaccountType: SubaccountType