Coda by Ian Macalinao
    Preparing search index...

    Type Alias TransactionCreateEventArgs

    type TransactionCreateEventArgs = {
        eta: number | bigint;
        instructions: TXInstructionArgs[];
        proposer: Address;
        smartWallet: Address;
        timestamp: number | bigint;
        transaction: Address;
    }
    Index
    eta: number | bigint
    instructions: TXInstructionArgs[]
    proposer: Address
    smartWallet: Address
    timestamp: number | bigint
    transaction: Address