TransferOperation
public struct TransferOperation : Operation
Undocumented
-
Undocumented
Declaration
Swift
public let from: AccountObjectId -
Undocumented
Declaration
Swift
public let to: ObjectId -
Undocumented
Declaration
Swift
public let amount: AssetAmount -
Undocumented
Declaration
Swift
public var memo: Memo? -
Undocumented
Declaration
Swift
public var fee: AssetAmount -
Undocumented
Declaration
Swift
public let type: OperationType
-
Undocumented
Declaration
Swift
public func decrypt(_ keyPair: ECKeyPair, address: Address? = nil, nonce: BigInt = CryptoUtils.generateNonce()) throws -> TransferOperation -
Undocumented
Declaration
Swift
public func asData() -> Data
View on GitHub
Install in Dash
TransferOperation Structure Reference