Left Curve Software Stack
    Preparing search index...

    Type Alias IndexedTransaction

    type IndexedTransaction = {
        blockHeight: number;
        createdAt: string;
        errorMessage: string;
        gasUsed: number;
        gasWanted: number;
        hash: string;
        hasSucceeded: boolean;
        messages: IndexedMessage[];
        nestedEvents: string;
        sender: Address;
        transactionIdx: number;
        transactionType: IndexedTransactionType;
    }
    Index

    Properties

    blockHeight: number
    createdAt: string
    errorMessage: string
    gasUsed: number
    gasWanted: number
    hash: string
    hasSucceeded: boolean
    messages: IndexedMessage[]
    nestedEvents: string
    sender: Address
    transactionIdx: number
    transactionType: IndexedTransactionType