Interface IGetCurrentBlockColorResponse

Return interface for the RpcClient.getCurrentBlockColor RPC method.

interface IGetCurrentBlockColorResponse {
    blue: boolean;
}

Properties

Properties

blue: boolean

Generated using TypeDoc