@0xcert/wanchain-asset-ledger
Version:
Asset ledger module for asset management on the Wanchain blockchain.
6 lines (5 loc) • 362 B
text/typescript
export { AssetLedgerBase, AssetLedgerDeployRecipe, AssetLedgerAbility, GeneralAssetLedgerAbility,
SuperAssetLedgerAbility, AssetLedgerItem, AssetLedgerCapability, AssetLedgerInfo,
AssetLedgerItemRecipe, AssetLedgerTransferRecipe, AssetLedgerObjectUpdateRecipe,
AssetLedgerUpdateRecipe } from '@0xcert/ethereum-asset-ledger';
export * from './core/ledger';