EscrowApprove
public struct EscrowApprove : 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 var approve: Bool -
Declaration
Swift
public init( from: String, to: String, agent: String, who: String, escrowId: UInt32, approve: Bool )
View on GitHub
EscrowApprove Structure Reference