kwil-admin validators join-status
kwil-admin validators join-status
Query the status of a pending validator join request.
Synopsis
Query the status of a pending validator join request.
kwil-admin validators join-status <joiner> [flags]
Examples
# Query the status of a pending validator join request, by hex public key
kwil-admin validators join-status 6ecaca8e9394c939a858c2c7b47acb1db26a96d7ab38bd702fa3820c5034e9d0
Options
-h, --help help for join-status
Options inherited from parent commands
--authrpc-cert string kwild's TLS certificate, required for HTTPS server
--output string the format for command output - either 'text' or 'json' (default "text")
--pass string admin server password (alternative to mTLS with tlskey/tlscert). May be set in ~/.kwil-admin/rpc-admin-pass instead.
-s, --rpcserver string admin RPC server address (either unix or tcp) (default "/tmp/kwild.socket")
-S, --silence Silence logs
--tlscert string kwil-admin's TLS certificate file for server to authenticate us (default "auth.cert")
--tlskey string kwil-admin's TLS key file to establish a mTLS (authenticated) connection (default "auth.key")
SEE ALSO
- kwil-admin validators - The
validators
command provides functions for creating and broadcasting validator-related transactions.