Query

Type Alias Query 

Source
pub type Query = Query<CurrentNetwork, BlockMemory<CurrentNetwork>>;

Aliased Type§

pub enum Query {
    VM(BlockStore<Testnet3, BlockMemory<Testnet3>>),
    REST(String),
}

Variants§

§

VM(BlockStore<Testnet3, BlockMemory<Testnet3>>)

The block store from the VM.

§

REST(String)

The base URL of the node.