UNPKG

@xoxno/sdk-js

Version:

The SDK to interact with the XOXNO Protocol!

4 lines 337 B
import { SmartContract } from '@multiversx/sdk-core/out/smartcontracts/smartContract'; import type { AbiRegistry } from '@multiversx/sdk-core/out/smartcontracts/typesystem/abiRegistry'; export declare const getSmartContract: (abiRegistry: AbiRegistry, address: string) => SmartContract; //# sourceMappingURL=SmartContractService.d.ts.map