UNPKG

@0xcert/wanchain-asset-ledger

Version:

Asset ledger module for asset management on the Wanchain blockchain.

8 lines 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AssetLedger = void 0; const ethereum = require("@0xcert/ethereum-asset-ledger"); class AssetLedger extends ethereum.AssetLedger { } exports.AssetLedger = AssetLedger; //# sourceMappingURL=ledger.js.map