UNPKG

@btc-vision/transaction

Version:

OPNet transaction library allows you to create and sign transactions for the OPNet network.

6 lines (5 loc) 124 B
export interface IWallet { readonly address: string; readonly privateKey: string; readonly publicKey: string; }