NonceResponse
addressstringrequired
The Mina address for which the nonce was requested.
noncenumber
The nonce for the specified address.
hasAccountboolean
Indicates whether the account exists.
NonceResponse
{
"address": "string",
"nonce": 0,
"hasAccount": true
}