Type Alias: MetadataKeyId
MetadataKeyId = {
id
:BigNumber
;type
:Global
; } | {assetId
:string
;id
:BigNumber
;type
:Local
; }
Defined in: src/api/entities/Asset/types.ts:210
The data needed to uniquely identify a metadata specification
MetadataKeyId = {
id
:BigNumber
;type
:Global
; } | {assetId
:string
;id
:BigNumber
;type
:Local
; }
Defined in: src/api/entities/Asset/types.ts:210
The data needed to uniquely identify a metadata specification