proto/cosmos/crypto/secp256r1/export library

Classes

PrivKey
PrivKey defines a secp256r1 ECDSA private key.
PubKey
PubKey defines a secp256r1 ECDSA public key.

Constants

PrivKey$json → const Map<String, Object>
PubKey$json → const Map<String, Object>

Properties

privKeyDescriptor Uint8List
Descriptor for PrivKey. Decode as a google.protobuf.DescriptorProto.
final
pubKeyDescriptor Uint8List
Descriptor for PubKey. Decode as a google.protobuf.DescriptorProto.
final