UNPKG

bns-v2-sdk

Version:

The official BNS V2 SDK for interacting with Stacks Blockchain

5 lines (4 loc) 297 B
import { ClarityValue } from "@stacks/transactions"; import { BnsReadOnlyOptions } from "./interfaces"; export declare function bnsV2ReadOnlyCall(options: BnsReadOnlyOptions): Promise<ClarityValue>; export declare function zonefileReadOnlyCall(options: BnsReadOnlyOptions): Promise<ClarityValue>;