EscrowDispute
public struct EscrowDispute : OperationType, Equatable
-
Declaration
Swift
public var from: String
-
Declaration
Swift
public var to: String
-
Declaration
Swift
public var agent: String
-
Declaration
Swift
public var who: String
-
Declaration
Swift
public var escrowId: UInt32
-
Declaration
Swift
public init( from: String, to: String, agent: String, who: String, escrowId: UInt32 )