UNPKG

airgap-coin-lib

Version:

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

9 lines (8 loc) 152 B
export interface TezosFA2TransferRequest { from: string; txs: { to: string; tokenID: number; amount: string; }[]; }