UNPKG

@bsv/wallet-toolbox

Version:

BRC100 conforming wallet, wallet storage and wallet signer components

9 lines 393 B
export type ParsedBrc114ActionTimeLabels = { from?: number; to?: number; timeFilterRequested: boolean; remainingLabels: string[]; }; export declare function parseBrc114ActionTimeLabels(labels: string[] | undefined): ParsedBrc114ActionTimeLabels; export declare function makeBrc114ActionTimeLabel(unixMillis: number): string; //# sourceMappingURL=brc114ActionTimeLabels.d.ts.map