CreateContractOperation
public struct CreateContractOperation : BaseOperation
Struct used to encapsulate operations related to the OperationType.createContractOperation
-
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 var supportedAsset: OptionalValue<Asset> -
Undocumented
Declaration
Swift
public let ethAccuracy: Bool -
Undocumented
Declaration
Swift
public init(registrar: Account, value: AssetAmount, code: String, fee: AssetAmount, supportedAsset: Asset?, ethAccuracy: Bool) -
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
CreateContractOperation Structure Reference