import { AssetObjectMeta } from './asset-object-meta.cjs'; export type AssetObject = { version: AssetObjectMeta; type: string; assetId: string; objectId: string; amount: string; operator: string; metaData: string; hash: string; };