UNPKG

zebec-instant-card-sdk

Version:

An sdk for interacting with zebec instant card program in solana.

10 lines (9 loc) 416 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.CARD_IDL = void 0; const zebec_card_contract_json_1 = __importDefault(require("./zebec_card_contract.json")); const CARD_IDL = zebec_card_contract_json_1.default; exports.CARD_IDL = CARD_IDL;