InternalTransaction: {
    data: string | null;
    dataDecoded?: DataDecoded;
    operation: Operation;
    to: string;
    value?: string;
}