UNPKG

@0xcert/wanchain-asset-ledger

Version:

Asset ledger module for asset management on the Wanchain blockchain.

7 lines (5 loc) 167 B
import * as ethereum from '@0xcert/ethereum-asset-ledger'; /** * Wanchain asset ledger implementation. */ export class AssetLedger extends ethereum.AssetLedger { }