UNPKG

@xoxno/sdk-js

Version:

The SDK to interact with the XOXNO Protocol!

3 lines (2 loc) 244 B
import type { AbiRegistry } from '@multiversx/sdk-core/out/smartcontracts/typesystem/abiRegistry'; export declare const getSmartContract: (abiRegistry: AbiRegistry, address: string) => Promise<import("@multiversx/sdk-core/out").SmartContract>;