- Preparing search index...
 
- The search index is not available
 
Lumos 
 
- parseSince(since): { 
    relative: boolean; 
    type: "epochNumber"; 
    value: since.EpochSinceValue; 
} | { 
    relative: boolean; 
    type: "blockNumber" | "blockTimestamp"; 
    value: bigint; 
} 
- 
Returns { 
    relative: boolean; 
    type: "epochNumber"; 
    value: since.EpochSinceValue; 
} | { 
    relative: boolean; 
    type: "blockNumber" | "blockTimestamp"; 
    value: bigint; 
}
 
 
 
 
Parse since and get relative or not, type, and value of since