UNPKG

airgap-coin-lib

Version:

The airgap-coin-lib is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.

8 lines (7 loc) 160 B
export interface TezosFA2TokenMetadata { tokenID: number; symbol: string | string; name: string; decimals: number | string; extras?: any; }