# Functions
NewClient returns a platformvm client for interacting with the platformvm static api.
# Structs
BuildGenesisArgs are the arguments used to create the genesis data of the Platform Chain.
BuildGenesisReply is the reply from BuildGenesis.
Chain defines a chain that exists at the network's genesis.
Owner is the repr.
PermissionedValidator is the repr.
PermissionlessValidator is the repr.
PrimaryDelegator is the repr.
APIStaker is the representation of a staker sent via APIs.
StaticService defines the static API methods exposed by the platform VM.
UTXO is a UTXO on the Platform Chain that exists at the chain's genesis.
# Interfaces
StaticClient for interacting with the platformvm static api.