Interface ChainsResponse

Response containing chain information

interface ChainsResponse {
    chains: Chain[];
}

Properties

Properties

chains: Chain[]