PeerStateCommand

public enum PeerStateCommand : String

Commands to change the state of a peer.

  • Connect.

    Declaration

    Swift

    case connect
  • Disconnect.

    Declaration

    Swift

    case disconnect
  • ban

    Ban.

    Declaration

    Swift

    case ban
  • Unban.

    Declaration

    Swift

    case unban