TransactionData: {
    addressInfoIndex?: {
        [key: string]: AddressEx;
    };
    dataDecoded?: DataDecoded;
    hexData?: string;
    operation: Operation;
    to: AddressEx;
    trustedDelegateCallTarget: boolean;
    value?: string;
}