ZkLoginIntentScope
An enum that specifies the intent scope to be used to parse the bytes for signature verification.
enum ZkLoginIntentScope {
TRANSACTION_DATA
PERSONAL_MESSAGE
}
Values
ZkLoginIntentScope.TRANSACTION_DATA
Indicates that the bytes are to be parsed as transaction data bytes.
ZkLoginIntentScope.PERSONAL_MESSAGE
Indicates that the bytes are to be parsed as a personal message.
Member Of
verifyZkloginSignature
query