hash abstract method
- Chain chain
override
Hashes the user operation for the given chain.
chain
: The chain for which to hash the user operation.
Returns a Uint8List representing the hashed user operation.
Implementation
Uint8List hash(Chain chain);