Versions in this module Expand all Collapse all v1 v1.0.5 Mar 27, 2023 Changes in this version + var ProxyUrls = map[network]string + var RelayURLS = map[network]string + var SubstrateURLs = map[network][]string + func TryDecodeBase64OrElse(possiblyEncoded string) []byte + type GridProxyClient struct + func NewGridProxyClient(endpoint string) (*GridProxyClient, error) + func (r GridProxyClient) Ping() error + type Identity substrate.Identity + func NewIdentityFromSr25519Phrase(phrase string) (Identity, error) + type Monitor struct + func NewMonitor(envPath string, jsonPath string) (Monitor, error) + func (m *Monitor) Start()