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