@safe-global/safe-gateway-typescript-sdk
    Preparing search index...

    Type Alias TransactionData

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

    Properties

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