SimplePublicKeyDataArgs constructor

SimplePublicKeyDataArgs(
  1. Uint8List? key
)

Implementation

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