KeyPairData constructor

KeyPairData({
  1. required KeyPairType<KeyPairData, PublicKey> type,
})

Implementation

KeyPairData({required this.type});