UNPKG

@alephium/web3-react

Version:
5 lines (4 loc) 200 B
import { node } from '@alephium/web3'; export declare function useTxStatus(txId: string, txStatusCallback?: (status: node.TxStatus) => Promise<any>): { txStatus: node.TxStatus | undefined; };