Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KinNetwork ¶
type KinNetwork string
const ( // MainNetwork is the production Kin network MainNetwork KinNetwork = "mainnet" // TestNetwork is the test Kin network TestNetwork KinNetwork = "testnet" )
func (KinNetwork) IsValid ¶
func (network KinNetwork) IsValid() bool
IsValid returns true if the KinNetwork is valid.
Click to show internal directories.
Click to hide internal directories.