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

    Type Alias SettingsChange

    type SettingsChange = {
        dataDecoded: DataDecoded;
        humanDescription?: string;
        richDecodedInfo?: RichDecodedInfo;
        settingsInfo?: SettingsInfo;
        type: SETTINGS_CHANGE;
    }
    Index

    Properties

    dataDecoded: DataDecoded
    humanDescription?: string
    richDecodedInfo?: RichDecodedInfo
    settingsInfo?: SettingsInfo