Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Authentication = base.NewProperty(AuthenticationProperty.GetKey(), baseData.NewListData().ZeroValue()) Burn = base.NewProperty(BurnProperty.GetKey(), baseData.NewHeightData(baseTypes.NewHeight(-1))) Expiry = base.NewProperty(ExpiryProperty.GetKey(), baseData.NewHeightData(baseTypes.NewHeight(-1))) Lock = base.NewProperty(LockProperty.GetKey(), baseData.NewHeightData(baseTypes.NewHeight(-1))) MaintainedProperties = base.NewProperty(MaintainedPropertiesProperty.GetKey(), baseData.NewListData()) MakerOwnableSplit = base.NewProperty(MakerOwnableSplitProperty.GetKey(), baseData.NewDecData(sdkTypes.ZeroDec())) NubID = base.NewProperty(NubIDProperty.GetKey(), baseData.NewIDData(baseIDs.NewID(""))) TakerID = base.NewProperty(TakerIDProperty.GetKey(), baseData.NewIDData(baseIDs.NewID(""))) Supply = base.NewProperty(SupplyProperty.GetKey(), baseData.NewDecData(sdkTypes.SmallestDec())) )
View Source
var ( AuthenticationProperty = baseIDs.NewPropertyID(baseIDs.NewID("authentication"), constants.ListDataID) BurnProperty = baseIDs.NewPropertyID(baseIDs.NewID("burn"), constants.HeightDataID) CreationProperty = baseIDs.NewPropertyID(baseIDs.NewID("creation"), constants.HeightDataID) ExchangeRateProperty = baseIDs.NewPropertyID(baseIDs.NewID("exchangeRate"), constants.DecDataID) // TODO Set max expiry as order module parameter ExpiryProperty = baseIDs.NewPropertyID(baseIDs.NewID("expiry"), constants.HeightDataID) LockProperty = baseIDs.NewPropertyID(baseIDs.NewID("lock"), constants.HeightDataID) MaintainedPropertiesProperty = baseIDs.NewPropertyID(baseIDs.NewID("maintainedProperties"), constants.ListDataID) MakerOwnableSplitProperty = baseIDs.NewPropertyID(baseIDs.NewID("makerOwnableSplit"), constants.DecDataID) NubIDProperty = baseIDs.NewPropertyID(baseIDs.NewID("nubID"), constants.IDDataID) PermissionsProperty = baseIDs.NewPropertyID(baseIDs.NewID("permissions"), constants.ListDataID) SupplyProperty = baseIDs.NewPropertyID(baseIDs.NewID("supply"), constants.DecDataID) TakerIDProperty = baseIDs.NewPropertyID(baseIDs.NewID("takerID"), constants.IDDataID) )
Note: Arranged alphabetically
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.