Coda by Ian Macalinao
    Preparing search index...

    Type Alias CreateSmartWalletInstructionDataArgs

    type CreateSmartWalletInstructionDataArgs = {
        bump: number;
        maxOwners: number;
        minimumDelay: number | bigint;
        owners: Address[];
        threshold: number | bigint;
    }
    Index
    bump: number
    maxOwners: number
    minimumDelay: number | bigint
    owners: Address[]
    threshold: number | bigint