Persists a Solana account in DB
It is assumed, the nonce account has been already created on-chain (via createNonceAccountTransaction)
a signed Solana transaction that creates the nonce account on-chain. The transaction is signed by the new nonce keypair (locally generated, here) and by PAYER. The nonce account address is also returned for persistence.
tallies of available vs total nonce accounts in the DB
Manage Solana nonce pool.
This is for the corresponding workflow or admins to invoke. In service operations, you should be using
SolanaNonceServiceinstead.