MCPcopy Create free account
hub / github.com/solana-program/system / getNonceStateDecoder

Function getNonceStateDecoder

clients/js/src/generated/types/nonceState.ts:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31export function getNonceStateDecoder(): FixedSizeDecoder<NonceState> {
32 return getEnumDecoder(NonceState, { size: getU32Decoder() });
33}
34
35export function getNonceStateCodec(): FixedSizeCodec<NonceStateArgs, NonceState> {
36 return combineCodec(getNonceStateEncoder(), getNonceStateDecoder());

Callers 2

getNonceDecoderFunction · 0.90
getNonceStateCodecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected