[−][src]Struct abci::types::QueryResponse
Fields
log: StringOutput of application's logger (may be non-deterministic)
info: StringAdditional information (may be non-deterministic)
index: i64Index of the key in the tree
key: Vec<u8>Key of the matching data
value: Vec<u8>Value of the matching data
proof: Option<Proof>Serialized proof for the value data, if requested, to be verified against the app_hash for the given height
height: i64Block height from which data was derived
Note
this is the height of the block containing the application's Merkle root hash, which represents the state as it
was after committing the block at height-1
Trait Implementations
impl Debug for QueryResponse[src]
impl Default for QueryResponse[src]
fn default() -> QueryResponse[src]
Auto Trait Implementations
impl RefUnwindSafe for QueryResponse
impl Send for QueryResponse
impl Sync for QueryResponse
impl Unpin for QueryResponse
impl UnwindSafe for QueryResponse
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,