get Encoded Hash
open fun getEncodedHash(chainId: Array<Byte>, codeAddress: String, codeName: String, codeVersion: String, typeHash: String, domainSeparatorHash: String, sender: String, userOpHash: String): Array<Byte>
Returns the encoded hash of the user operation
Return
The encoded hash of the user operation
Parameters
chain Id
The chainId of the network.
code Address
The address of the Biz Smart Contract.
code Name
The name of the Biz Smart Contract.
code Version
The version of the Biz Smart Contract.
type Hash
The type hash of the transaction.
domain Separator Hash
The domain separator hash of the wallet.
sender
The address of the UserOperation sender.
user Op Hash
The hash of the user operation.