MCPcopy Create free account
hub / github.com/dfinity/orbit / Asset

Interface Asset

cli/src/audit/types.ts:104–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104export interface Asset {
105 id: UUID;
106 blockchain: string;
107 standards: string[];
108 symbol: string;
109 name: string;
110 metadata: AssetMetadata[];
111 decimals: number;
112}
113
114export interface NamedRule {
115 id: UUID;

Callers 2

asset_uploadFunction · 0.50
asset_validationFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected