GenerateEthAddressOperation
public struct GenerateEthAddressOperation : BaseOperation
Struct used to encapsulate operations related to the OperationType.generateEthAddressOperation
-
Undocumented
Declaration
Swift
public let type: OperationType -
Undocumented
Declaration
Swift
public let extensions: Extensions -
Undocumented
Declaration
Swift
public var fee: AssetAmount -
Undocumented
Declaration
Swift
public var account: Account -
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
GenerateEthAddressOperation Structure Reference