Versions in this module Expand all Collapse all v0 v0.3.1 Dec 13, 2022 v0.3.0 Dec 1, 2022 Changes in this version + func RegisterCodec(codec *codec.Codec) + type Asset interface + type Classification interface + type Document interface + GenerateHashID func() ids.HashID + GetClassificationID func() ids.ClassificationID + GetImmutables func() qualified.Immutables + GetMutables func() qualified.Mutables + GetProperty func(ids.PropertyID) properties.Property + Mutate func(...properties.Property) Document + type Identity interface + GetAuthentication func() lists.DataList + GetExpiry func() types.Height + IsProvisioned func(sdkTypes.AccAddress) bool + ProvisionAddress func(...sdkTypes.AccAddress) Identity + UnprovisionAddress func(...sdkTypes.AccAddress) Identity + type Maintainer interface + CanAddMaintainer func() bool + CanBurnAsset func() bool + CanMintAsset func() bool + CanMutateMaintainer func() bool + CanRemoveMaintainer func() bool + CanRenumerateAsset func() bool + GetIdentityID func() ids.IdentityID + GetMaintainedClassificationID func() ids.ClassificationID + GetMaintainedProperties func() data.ListData + GetPermissions func() data.ListData + MaintainsProperty func(ids.PropertyID) bool + type Order interface + GetCreationHeight func() types.Height + GetExchangeRate func() sdkTypes.Dec + GetExpiryHeight func() types.Height + GetMakerID func() ids.IdentityID + GetMakerOwnableID func() ids.OwnableID + GetMakerOwnableSplit func() sdkTypes.Dec + GetTakerID func() ids.IdentityID + GetTakerOwnableID func() ids.OwnableID