UNPKG

@btc-vision/transaction

Version:

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

10 lines 239 B
import { Psbt } from '@btc-vision/bitcoin'; import {} from '@btc-vision/ecpair'; /** * Create a custom keypair. * @class CustomKeypair */ export class CustomKeypair { constructor() { } } //# sourceMappingURL=BrowserSignerBase.js.map