menu
aptos package
documentation
aptos_types/transaction.dart
Transaction
getHashSalt method
getHashSalt method
dark_mode
light_mode
getHashSalt
method
Uint8List
getHashSalt
(
)
Implementation
Uint8List getHashSalt() { return sha3256FromString("APTOS::Transaction"); }
aptos package
documentation
aptos_types/transaction
Transaction
getHashSalt method
Transaction class