@sova-labs/sdk
Version:
Sova MEV Searcher SDK for TON
10 lines (9 loc) • 382 B
TypeScript
import type { Timestamp as _google_protobuf_Timestamp, Timestamp__Output as _google_protobuf_Timestamp__Output } from '../google/protobuf/Timestamp';
export interface Token {
'value'?: (string);
'expiresAtUtc'?: (_google_protobuf_Timestamp | null);
}
export interface Token__Output {
'value': (string);
'expiresAtUtc': (_google_protobuf_Timestamp__Output | null);
}