UNPKG

@btc-vision/transaction

Version:

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

4 lines 232 B
import type { Brand } from '@btc-vision/ecpair'; export type MLDSAHashedPublicKey = Brand<Uint8Array, 'MLDSAHashedPublicKey'>; export type HybridPublicKey = Brand<Uint8Array, 'HybridPublicKey'>; //# sourceMappingURL=Branded.d.ts.map