UNPKG

icewallet

Version:

Cold storage enabled command line bitcoin wallet based on bitpay's bitcore

8 lines (7 loc) 132 B
export default class TransactionInfo { fee:number; outputTotals:Outputs; } interface Outputs { [address: string]: number; }