menu
on_chain package
documentation
sui/src/keypair/keys/ed25519.dart
SuiED25519PublicKey
hashCode property
hashCode property
dark_mode
light_mode
hashCode
property
@
override
int
get
hashCode
override
Returns the hash code for the public key.
Implementation
@override int get hashCode => publicKey.hashCode;
on_chain package
documentation
sui/src/keypair/keys/ed25519
SuiED25519PublicKey
hashCode property
SuiED25519PublicKey class