MCPcopy Create free account
hub / github.com/tendermint/tendermint / isJSONRPCID

Method isJSONRPCID

rpc/jsonrpc/types/types.go:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21type JSONRPCStringID string
22
23func (JSONRPCStringID) isJSONRPCID() {}
24func (id JSONRPCStringID) String() string { return string(id) }
25
26// JSONRPCIntID a wrapper for JSON-RPC integer IDs

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected