WalletCore
WalletCore
/
wallet.core.jni
/
Biz
Biz
class
Biz
Functions
Functions
get
Encoded
Hash
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
get
Signed
Hash
Link copied to clipboard
open
fun
getSignedHash
(
hash
:
String
,
privateKey
:
String
)
:
Array
<
Byte
>
Signs a message using the private key
sign
Execute
With
Signature
Call
Link copied to clipboard
open
fun
signExecuteWithSignatureCall
(
input
:
Array
<
Byte
>
)
:
Array
<
Byte
>
Signs and encodes `Biz.executeWithPasskeySession` function call to execute a batch of transactions.