Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StakewiseResources ¶
type StakewiseResources struct {
// The Network being used
Network config.Network
// The address of the Stakewise vault
Vault common.Address
// The address of the NodeSet fee recipient
FeeRecipient common.Address
// The genesis fork version for the network according to the Beacon config for the network
GenesisForkVersion []byte
// The URL for the NodeSet API server
NodesetApiUrl string
// The string to put in requests for the network param
NodesetNetwork string
}
A collection of network-specific resources and getters for them
func NewStakewiseResources ¶
func NewStakewiseResources(network config.Network) *StakewiseResources
Creates a new resource collection for the given network
Click to show internal directories.
Click to hide internal directories.