Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
export
function
getNonceStateCodec(): FixedSizeCodec<NonceStateArgs, NonceState> {
36
return
combineCodec(getNonceStateEncoder(), getNonceStateDecoder());
37
}
Callers
nothing calls this directly
Calls
2
getNonceStateEncoder
Function · 0.85
getNonceStateDecoder
Function · 0.85
Tested by
no test coverage detected