ChainStateRequest represents a message that queries the state of a chain registered on the network

interface ChainStateRequest {
    chain: string;
}

Properties

Properties

chain: string

Generated using TypeDoc