Interface IGetSinkBlueScoreResponse

Return interface for the RpcClient.getSinkBlueScore RPC method.

interface IGetSinkBlueScoreResponse {
    blueScore: bigint;
}

Properties

Properties

blueScore: bigint

Generated using TypeDoc