Interface IGetCurrentBlockColorRequest

Argument interface for the RpcClient.getCurrentBlockColor RPC method.

interface IGetCurrentBlockColorRequest {
    hash: string;
}

Properties

Properties

hash: string

Generated using TypeDoc