Interface TxStateChangedEventConfig

An interface for transaction-state-changed event configuration (blockchain event handler).

interface TxStateChangedEventConfig {
    tx_hash: string;
}

Properties

Properties

tx_hash: string