Gateway Actor
Overview
A Gateway
is responsible for staking POKT in order to relay and sign requests
on behalf of an Application.
Schema
The on-chain representation of a Gateway
can be found at gateway.proto.
Configuration
Configurations to stake a Gateway
can be found at gateway_staking_config.md.
CLI
All of the read (i.e. query) based operations for the Gateway
actor can be
viewed by running:
poktrolld query gateway --help
All of the write (i.e. tx) based operations for the Gateway
actor can be
viewed by running:
poktrolld tx gateway --help