/// autogenerated by protoc-plugin-js import type { BuiltinAsset } from './BuiltinAsset' import type { ERC20 } from './ERC20' export * from './AssetDetails/encode.js' export * from './AssetDetails/decode.js' export type AssetDetails = { name: string symbol: string decimals: bigint quantum: string source: { builtinAsset: BuiltinAsset } | { erc20: ERC20 } | null }