menu
reown_core package
documentation
crypto/crypto_models.dart
EncodingParams
EncodingParams constructor
EncodingParams constructor
dark_mode
light_mode
EncodingParams
constructor
EncodingParams
(
int
type
,
Uint8List
sealed
,
Uint8List
iv
,
Uint8List
ivSealed
, {
Uint8List
?
senderPublicKey
,
})
Implementation
EncodingParams( this.type, this.sealed, this.iv, this.ivSealed, { this.senderPublicKey, });
reown_core package
documentation
crypto/crypto_models
EncodingParams
EncodingParams constructor
EncodingParams class