Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/consensus-shipyard/ipc
/ Query
Class
Query
fendermint/vm/interpreter/src/types.rs:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
/// Query request (similar to what ABCI sends: a path and parameters as bytes).
114
#[derive(Debug, Clone)]
115
pub struct Query {
116
pub path: String,
117
pub params: Vec<u8>,
118
}
119
120
/// Responses to queries.
121
#[derive(Debug, Clone)]
Callers
1
call
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected