UNPKG

@tatumio/tatum-v1

Version:

Tatum API client allows browsers and Node.js clients to interact with Tatum API.

9 lines (8 loc) 231 B
import { PrivateKeyOrSignatureId } from './PrivateKeyOrSignatureId'; export declare class AlgoTransaction extends PrivateKeyOrSignatureId { from: string; to: string; fee: string; amount: string; note: string; }