Versions in this module Expand all Collapse all v2 v2.1.0 Jan 19, 2021 v2.0.1 Jan 4, 2021 Changes in this version + var TestKeyringPairAlice = KeyringPair + func Sign(data []byte, privateKeyURI string) ([]byte, error) + func Verify(data []byte, sig []byte, privateKeyURI string) (bool, error) + type InspectKeyInfo struct + AccountID string + PublicKey string + SS58Address string + SecretPhrase string + SecretSeed string + type KeyringPair struct + Address string + PublicKey []byte + URI string + func KeyringPairFromSecret(seedOrPhrase, network string) (KeyringPair, error) + func LoadKeyringPairFromEnv() (kp KeyringPair, ok bool) Other modules containing this package github.com/centrifuge/go-substrate-rpc-client github.com/centrifuge/go-substrate-rpc-client/v3 github.com/centrifuge/go-substrate-rpc-client/v4