UNPKG

@stacks/bns

Version:

Library for working with the Stacks Blockchain Naming System BNS.

7 lines (6 loc) 191 B
export declare function decodeFQN(fqdn: string): { name: string; namespace: string; subdomain?: string; }; export declare const getZonefileHash: (zonefile: string) => Uint8Array;