Sanity App SDK
    Preparing search index...

    Interface TransactionRevertedEventBeta

    Event emitted when a transaction is reverted.

    interface TransactionRevertedEvent {
        error: unknown;
        message: string;
        outgoing: OutgoingTransaction;
        type: "reverted";
    }
    Index

    Properties

    error: unknown
    message: string
    outgoing: OutgoingTransaction
    type: "reverted"