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

Method String

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected