Documentation
¶
Index ¶
- type CryptoIdentity
- func (v *CryptoIdentity) ABCIAddressBytes() []byte
- func (v *CryptoIdentity) SDKConsAddress() sdktypes.ConsAddress
- func (v *CryptoIdentity) SDKPubKey() sdkcryptotypes.PubKey
- func (v *CryptoIdentity) SDKStakingOperator() sdktypes.ValAddress
- func (v *CryptoIdentity) SDKStakingValidator() sdkstakingtypes.Validator
- func (v *CryptoIdentity) SDKValAddress() sdktypes.ValAddress
- func (v *CryptoIdentity) TMCryptoPubKey() tmcrypto.PubKey
- func (v *CryptoIdentity) TMProtoCryptoPublicKey() tmprotocrypto.PublicKey
- func (v *CryptoIdentity) TMValidator(power int64) *tmtypes.Validator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CryptoIdentity ¶
CryptoIdentity is a test helper for generating keys and addresses of various interfaces and types used by the SDK and Tendermint from a single 'root' private key.
func NewCryptoIdentityFromBytesSeed ¶
func NewCryptoIdentityFromBytesSeed(seed []byte) *CryptoIdentity
func NewCryptoIdentityFromIntSeed ¶
func NewCryptoIdentityFromIntSeed(i int) *CryptoIdentity
func (*CryptoIdentity) ABCIAddressBytes ¶
func (v *CryptoIdentity) ABCIAddressBytes() []byte
func (*CryptoIdentity) SDKConsAddress ¶
func (v *CryptoIdentity) SDKConsAddress() sdktypes.ConsAddress
func (*CryptoIdentity) SDKPubKey ¶
func (v *CryptoIdentity) SDKPubKey() sdkcryptotypes.PubKey
func (*CryptoIdentity) SDKStakingOperator ¶
func (v *CryptoIdentity) SDKStakingOperator() sdktypes.ValAddress
func (*CryptoIdentity) SDKStakingValidator ¶
func (v *CryptoIdentity) SDKStakingValidator() sdkstakingtypes.Validator
func (*CryptoIdentity) SDKValAddress ¶
func (v *CryptoIdentity) SDKValAddress() sdktypes.ValAddress
func (*CryptoIdentity) TMCryptoPubKey ¶
func (v *CryptoIdentity) TMCryptoPubKey() tmcrypto.PubKey
func (*CryptoIdentity) TMProtoCryptoPublicKey ¶
func (v *CryptoIdentity) TMProtoCryptoPublicKey() tmprotocrypto.PublicKey
func (*CryptoIdentity) TMValidator ¶
func (v *CryptoIdentity) TMValidator(power int64) *tmtypes.Validator
Click to show internal directories.
Click to hide internal directories.