WithdrawalEthOperation
public struct WithdrawalEthOperation : BaseOperation
Struct used to encapsulate operations related to the OperationType.withdrawEthOperation
-
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 -
Undocumented
Declaration
Swift
public let ethAddress: String -
Undocumented
Declaration
Swift
public let value: UInt -
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
WithdrawalEthOperation Structure Reference