AssetOptionIssuerPermissions
public enum AssetOptionIssuerPermissions : Int
Undocumented
-
Undocumented
Declaration
Swift
case chargeMarketFee = 0x01 -
< an issuer-specified percentage of all market trades in this asset is paid to the issuer
Declaration
Swift
case whiteList = 0x02 -
< accounts must be whitelisted in order to hold this asset
Declaration
Swift
case overrideAuthority = 0x04 -
< issuer may transfer asset back to himself
Declaration
Swift
case transferRestricted = 0x08 -
< require the issuer to be one party to every transfer
Declaration
Swift
case disableForceSettle = 0x10 -
< disable force settling
Declaration
Swift
case globalSettle = 0x20 -
< allow the bitasset issuer to force a global settling – this may be set in permissions, but not flags
Declaration
Swift
case disableConfidential = 0x40 -
< allow the asset to be used with confidential transactions
Declaration
Swift
case witnessFedAsset = 0x80 -
< allow the asset to be fed by witnesses
Declaration
Swift
case committeeFedAsset = 0x100
View on GitHub
AssetOptionIssuerPermissions Enumeration Reference