Converts to the specified token via exchange rate service
nullmask_getReceivingKey
Look up the receiving key for an address.
Returns:
Checks local key storage first (fastest)
Falls back to the on-chain key registry (synced from blockchain)
Returns empty keys array if not found
nullmask_hasKeys
Check if an address has locally generated keys.
Returns:boolean
nullmask_hasAccess
Check if the current access token has permission for an address.
Returns:boolean
Verifies both:
The address has a key pair in local storage
The request's access token is registered for this address
nullmask_getTransactions
Get the shielded transaction history for an address.
Returns:
Requires access token permission. Reconstructs transaction history from incoming and outgoing notes, enriched with on-chain event data. Sorted by block number (newest first).