AssetOptions
public struct AssetOptions : ECHOCodable, Decodable
< allow the asset to be fed by the committee Represents account model in Graphene blockchain
-
Undocumented
Declaration
Swift
public let maxSupply: UInt -
Undocumented
Declaration
Swift
public let marketFeePercent: Int -
Undocumented
Declaration
Swift
public let maxMarketFee: UInt -
Undocumented
Declaration
Swift
public let issuerPermissions: Int -
Undocumented
Declaration
Swift
public let flags: Int -
Undocumented
Declaration
Swift
public var coreExchangeRate: [Price] -
Undocumented
Declaration
Swift
public let description: String? -
Undocumented
Declaration
Swift
public let whitelistAuthorities: [Account] -
Undocumented
Declaration
Swift
public let blacklistAuthorities: [Account] -
Undocumented
Declaration
Swift
public let whitelistMarkets: [Account] -
Undocumented
Declaration
Swift
public let blacklistMarkets: [Account] -
Undocumented
Declaration
Swift
public let extensions: Extensions -
Undocumented
Declaration
Swift
public init(maxSupply: UInt, marketFeePercent: Int, maxMarketFee: UInt, issuerPermissions: Int, flags: Int, coreExchangeRate: Price, description: String?) -
Declaration
Swift
public init(from decoder: Decoder) throws
-
Undocumented
Declaration
Swift
public func toJSON() -> Any? -
Undocumented
Declaration
Swift
public func toData() -> Data?
View on GitHub
AssetOptions Structure Reference