UNPKG

@ngraveio/ur-blockchain-commons

Version:

A JS implementation of Uniform Resources(UR) Registry specification from Blockchain Commons.

10 lines (9 loc) 309 B
declare const Bytes_base: import("@ngraveio/bc-ur").RegistryItemClass<import("@ngraveio/bc-ur").RegistryItemBase>; export declare class Bytes extends Bytes_base { constructor(psbt: Buffer | Uint8Array); verifyInput(input: any): { valid: boolean; reasons?: Error[]; }; } export {};