getHashSalt method

Uint8List getHashSalt()

Implementation

Uint8List getHashSalt() {
  return sha3256FromString("APTOS::Transaction");
}