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

Function getNonceStateCodec

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

Source from the content-addressed store, hash-verified

33}
34
35export function getNonceStateCodec(): FixedSizeCodec<NonceStateArgs, NonceState> {
36 return combineCodec(getNonceStateEncoder(), getNonceStateDecoder());
37}

Callers

nothing calls this directly

Calls 2

getNonceStateEncoderFunction · 0.85
getNonceStateDecoderFunction · 0.85

Tested by

no test coverage detected