Interface IBlockTimeOptions

interface IBlockTimeOptions {
    blockTime?: number;
    currentBlockHeight: number;
    rpcUrl?: string;
    targetBlockHeight: string | number;
}

Properties

blockTime?: number
currentBlockHeight: number
rpcUrl?: string
targetBlockHeight: string | number