menu
sui package
documentation
cryptography/multisig.dart
PubkeyWeightPair
PubkeyWeightPair constructor
PubkeyWeightPair constructor
dark_mode
light_mode
PubkeyWeightPair
constructor
PubkeyWeightPair
(
PublicKey
pubKey
,
int
weight
)
Implementation
PubkeyWeightPair(this.pubKey, this.weight);
sui package
documentation
cryptography/multisig
PubkeyWeightPair
PubkeyWeightPair constructor
PubkeyWeightPair class