export type TonRequestJsonRPC = {
    method: string;
    params?: any;
    id?: string;
    jsonrpc?: string;
};
