UNPKG

@btc-vision/transaction

Version:

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

6 lines (3 loc) 197 B
import type { Brand } from '@btc-vision/ecpair'; export type MLDSAHashedPublicKey = Brand<Uint8Array, 'MLDSAHashedPublicKey'>; export type HybridPublicKey = Brand<Uint8Array, 'HybridPublicKey'>;