Interface IGetDaaScoreTimestampEstimateResponse

Return interface for the RpcClient.getDaaScoreTimestampEstimate RPC method.

interface IGetDaaScoreTimestampEstimateResponse {
    timestamps: bigint[];
}

Properties

Properties

timestamps: bigint[]

Generated using TypeDoc