Interface IGetDaaScoreTimestampEstimateRequest

Argument interface for the RpcClient.getDaaScoreTimestampEstimate RPC method.

interface IGetDaaScoreTimestampEstimateRequest {
    daaScores: bigint[];
}

Properties

Properties

daaScores: bigint[]

Generated using TypeDoc