Coda by Ian Macalinao
    Preparing search index...

    Type Alias OwnerInvokeInstructionInput<TAccountSmartWallet, TAccountOwner>

    type OwnerInvokeInstructionInput<
        TAccountSmartWallet extends string = string,
        TAccountOwner extends string = string,
    > = {
        bump: OwnerInvokeInstructionInstructionDataArgs["bump"];
        index: OwnerInvokeInstructionInstructionDataArgs["index"];
        ix: OwnerInvokeInstructionInstructionDataArgs["ix"];
        owner: TransactionSigner<TAccountOwner>;
        smartWallet: Address<TAccountSmartWallet>;
    }

    Type Parameters

    • TAccountSmartWallet extends string = string
    • TAccountOwner extends string = string
    Index
    owner: TransactionSigner<TAccountOwner>
    smartWallet: Address<TAccountSmartWallet>