Versions in this module Expand all Collapse all v1 v1.1.0 Jan 17, 2020 v1.0.0 Nov 29, 2019 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 KeyringPair struct + Address string + PublicKey []byte + URI string + func KeyringPairFromSecret(seedOrPhrase string) (KeyringPair, error) + func LoadKeyringPairFromEnv() (kp KeyringPair, ok bool) Other modules containing this package gopkg.in/centrifuge/go-substrate-rpc-client.v0 gopkg.in/centrifuge/go-substrate-rpc-client.v2