Type alias InnerTransactionStatus

InnerTransactionStatus: {
    chainId: string;
    status: Status;
    txHash: string;
}

Type declaration

  • chainId: string

    The chain ID of the blockchain where the transaction took place.

  • status: Status

    The status of the transaction.

  • txHash: string

    The transaction hash.

Generated using TypeDoc