Coda by Ian Macalinao
    Preparing search index...

    Type Alias SubaccountInfo

    type SubaccountInfo = {
        discriminator: ReadonlyUint8Array;
        index: bigint;
        smartWallet: Address;
        subaccountType: SubaccountType;
    }
    Index
    discriminator: ReadonlyUint8Array
    index: bigint
    smartWallet: Address
    subaccountType: SubaccountType