AssetCreateOperation
public struct AssetCreateOperation : Operation
Undocumented
-
Undocumented
Declaration
Swift
public var issuer: AccountObjectId -
Undocumented
Declaration
Swift
public var symbol: String { get set } -
Undocumented
Declaration
Swift
public var precision: UInt8 { get set } -
Undocumented
Declaration
Swift
public var description: String { get set } -
Undocumented
-
Undocumented
Declaration
Swift
public var monitoredOptions: Asset.MonitoredAssetOptions? -
Undocumented
Declaration
Swift
public let type: OperationType -
Undocumented
Declaration
Swift
public var fee: AssetAmount
-
Undocumented
Declaration
Swift
public func decrypt(_ keyPair: ECKeyPair, address: Address? = nil, nonce: BigInt = CryptoUtils.generateNonce()) throws -> AssetCreateOperation
-
Undocumented
Declaration
Swift
public func asData() -> Data
View on GitHub
Install in Dash
AssetCreateOperation Structure Reference