UNPKG

bns-v2-sdk

Version:

The official BNS V2 SDK for interacting with Stacks Blockchain

7 lines (6 loc) 154 B
export declare const debug: { enable: () => void; disable: () => void; log: (...args: any[]) => void; error: (...args: any[]) => void; };