ChainMaintainersRequest represents a message that queries the chain maintainers for the specified chain

interface ChainMaintainersRequest {
    chain: string;
}

Properties

Properties

chain: string

Generated using TypeDoc