UNPKG

@provenanceio/wallet-utils

Version:

Typescript Utilities for Provenance Blockchain Wallet

5 lines (4 loc) 88 B
export declare type CoinAsObject = { denom: string; amount: string | number; };