AssetIssueOperation
public struct AssetIssueOperation : Operation
Undocumented
-
Undocumented
Declaration
Swift
public var issuer: AccountObjectId { get set } -
Undocumented
Declaration
Swift
public var assetToIssue: AssetAmount -
Undocumented
Declaration
Swift
public var issueToAccount: AccountObjectId { get set } -
Undocumented
Declaration
Swift
public var memo: Memo? -
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 -> AssetIssueOperation
-
Undocumented
Declaration
Swift
public func asData() -> Data
View on GitHub
Install in Dash
AssetIssueOperation Structure Reference