Biz

class Biz

Functions

Link copied to clipboard
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
Link copied to clipboard
open fun getSignedHash(hash: String, privateKey: String): Array<Byte>
Signs a message using the private key
Link copied to clipboard
Signs and encodes `Biz.executeWithPasskeySession` function call to execute a batch of transactions.