TransactionStatusParams
Type Alias: TransactionStatusParams
Properties overview
- hash: string; ↗
type TransactionStatusParams = {
hash: string;
};
Defined in: packages/api/src/client/types.gen.ts:921
Type declaration
hash
hash: string;
The transaction hash to check the status of.
Updated 10 days ago