GetChainDescriptorResponse is the response returned by the GetChainDescriptor RPC

interface GetChainDescriptorResponse {
    chain?: ChainDescriptor;
}

Properties

Properties

chain describes application chain information