Coda by Ian Macalinao
    Preparing search index...

    Type Alias OwnerInvokeInstructionV2InstructionDataArgs

    type OwnerInvokeInstructionV2InstructionDataArgs = {
        bump: number;
        data: ReadonlyUint8Array;
        index: number | bigint;
        invoker: Address;
    }
    Index
    bump: number
    data: ReadonlyUint8Array
    index: number | bigint
    invoker: Address