We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a55a6 commit e36093cCopy full SHA for e36093c
packages/std/src/query/mod.rs
@@ -67,7 +67,7 @@ pub enum QueryRequest<C> {
67
68
/// Queries the chain using a grpc query.
69
/// This allows to query information that is not exposed in our API.
70
-/// The chain needs to whitelist the supported queries.
+/// The chain needs to allowlist the supported queries.
71
/// The drawback of this query is that you have to handle the protobuf encoding and decoding yourself.
72
///
73
/// The returned data is protobuf encoded. The protobuf type depends on the query.
0 commit comments