CallContractOperation
public struct CallContractOperation : BaseOperation
Struct used to encapsulate operations related to the OperationType.callContractOperation
-
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 registrar: Account -
Undocumented
Declaration
Swift
public var value: AssetAmount -
Undocumented
Declaration
Swift
public let code: String -
Undocumented
Declaration
Swift
public let callee: Contract -
Undocumented
Declaration
Swift
public init(registrar: Account, value: AssetAmount, gasPrice: Int, gas: Int, code: String, callee: Contract, fee: AssetAmount) -
Declaration
Swift
public init(from decoder: Decoder) throws -
Undocumented
Declaration
Swift
public func toData() -> Data? -
Undocumented
Declaration
Swift
public func toJSON() -> Any?
View on GitHub
CallContractOperation Structure Reference