UNPKG

btcpay-greenfield-node-client

Version:
11 lines (9 loc) 193 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type OnChainWalletOverviewData = { /** * The current balance of the wallet */ balance?: string; }