UNPKG

avail-js-sdk

Version:

Avail library of functions to interact with blockchain and manipulate transactions

5 lines (4 loc) 240 B
import { H256 } from "./metadata"; import { Client } from "./client"; import { Metadata } from "."; export declare function transactionState(client: Client, txHash: string | H256, finalized?: boolean): Promise<Metadata.TransactionState[]>;