Manage Solana nonce pool.
This is for the corresponding workflow or admins to invoke. In service operations, you should be using SolanaNonceService instead.
SolanaNonceService
Persists a Solana account in DB
It is assumed, the nonce account has been already created on-chain (via createNonceAccountTransaction)
a Solana transaction that creates the nonce account on-chain
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.