EscrowApprove

public struct EscrowApprove : OperationType, Equatable
  • Declaration

    Swift

    public var from: String
  • to

    Declaration

    Swift

    public var to: String
  • Declaration

    Swift

    public var agent: String
  • who

    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
    )