TransferOperation
public struct TransferOperation : BaseOperation
Struct used to encapsulate operations related to the OperationType.transferOperation
-
Undocumented
Declaration
Swift
public var type: OperationType -
Undocumented
Declaration
Swift
public var extensions: Extensions -
Undocumented
Declaration
Swift
public var fee: AssetAmount -
Undocumented
Declaration
Swift
public var fromAccount: Account -
Undocumented
Declaration
Swift
public var toAccount: Account -
Undocumented
Declaration
Swift
public var transferAmount: AssetAmount -
Declaration
Swift
public init(from decoder: Decoder) throws
-
Undocumented
Declaration
Swift
public func toJSON() -> Any? -
Undocumented
Declaration
Swift
public func toJSON() -> String? -
Undocumented
Declaration
Swift
public func toData() -> Data?
View on GitHub
TransferOperation Structure Reference