ContractTransferOperation
public struct ContractTransferOperation : BaseOperation
Struct used to encapsulate operations related to the OperationType.contractTransferOperation Operation will be visible only when contract transfer assets to account
-
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 fromContract: Contract -
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
ContractTransferOperation Structure Reference