Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateRandomPassword ¶
Generates a random password
func IsWalletReady ¶
func IsWalletReady(status types.WalletStatus) bool
Check if the node wallet is ready for transacting
Types ¶
type Resources ¶
type Resources struct {
// The address of the multicall contract
MulticallAddress common.Address
// The chain ID for the current network
ChainID uint
// The URL for transaction monitoring on the network's chain explorer
TxWatchUrl string
// contains filtered or unexported fields
}
A collection of network-specific resources and getters for them
func NewResources ¶
Creates a new resource collection for the given network
Click to show internal directories.
Click to hide internal directories.