ChainsRequest represents a message that queries the chains registered on the network

interface ChainsRequest {
    status: ChainStatus;
}

Properties

Properties

status: ChainStatus

Generated using TypeDoc