Coda by Ian Macalinao
    Preparing search index...

    Type Alias Transaction

    type Transaction = {
        bump: number;
        discriminator: ReadonlyUint8Array;
        eta: bigint;
        executedAt: bigint;
        executor: Address;
        index: bigint;
        instructions: TXInstruction[];
        ownerSetSeqno: number;
        proposer: Address;
        signers: boolean[];
        smartWallet: Address;
    }
    Index
    bump: number
    discriminator: ReadonlyUint8Array
    eta: bigint
    executedAt: bigint
    executor: Address
    index: bigint
    instructions: TXInstruction[]
    ownerSetSeqno: number
    proposer: Address
    signers: boolean[]
    smartWallet: Address