SimplePublicKeyDataArgs constructor
SimplePublicKeyDataArgs(
- Uint8List? key
Implementation
SimplePublicKeyDataArgs(Uint8List? key) : super(key) {
type = CosmosKeys.SECP256K1_SIMP_PUBKEY;
}
SimplePublicKeyDataArgs(Uint8List? key) : super(key) {
type = CosmosKeys.SECP256K1_SIMP_PUBKEY;
}