JsonParsedNonceAccount

type JsonParsedNonceAccount = RpcParsedInfo<{
  authority: Address;
  blockhash: Blockhash;
  feeCalculator: Readonly<{
     lamportsPerSignature: StringifiedBigInt;
  }>;
}>;