Coda by Ian Macalinao
    Preparing search index...

    Type Alias TransactionArgs

    type TransactionArgs = {
        bump: number;
        eta: number | bigint;
        executedAt: number | bigint;
        executor: Address;
        index: number | bigint;
        instructions: TXInstructionArgs[];
        ownerSetSeqno: number;
        proposer: Address;
        signers: boolean[];
        smartWallet: Address;
    }
    Index
    bump: number
    eta: number | bigint
    executedAt: number | bigint
    executor: Address
    index: number | bigint
    instructions: TXInstructionArgs[]
    ownerSetSeqno: number
    proposer: Address
    signers: boolean[]
    smartWallet: Address