Interface IEstimateNetworkHashesPerSecondResponse

Return interface for the RpcClient.estimateNetworkHashesPerSecond RPC method.

interface IEstimateNetworkHashesPerSecondResponse {
    networkHashesPerSecond: bigint;
}

Properties

networkHashesPerSecond: bigint

Generated using TypeDoc