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

    Type Alias InternalTransaction

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

    Properties

    data: string | null
    dataDecoded?: DataDecoded
    operation: Operation
    to: string
    value?: string