ZkLoginVerifyResult
The result of the zkLogin signature verification.
type ZkLoginVerifyResult {
success: Boolean!
errors: [String!]!
}
The result of the zkLogin signature verification.
type ZkLoginVerifyResult {
success: Boolean!
errors: [String!]!
}
ZkLoginVerifyResult.success