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

    Type Alias SafeInfo

    type SafeInfo = {
        address: AddressEx;
        chainId: string;
        collectiblesTag: string | null;
        fallbackHandler: AddressEx | null;
        guard: AddressEx | null;
        implementation: AddressEx;
        implementationVersionState: ImplementationVersionState;
        messagesTag: string | null;
        modules: AddressEx[] | null;
        nonce: number;
        owners: AddressEx[];
        threshold: number;
        txHistoryTag: string | null;
        txQueuedTag: string | null;
        version: string | null;
    }
    Index

    Properties

    address: AddressEx
    chainId: string
    collectiblesTag: string | null
    fallbackHandler: AddressEx | null
    guard: AddressEx | null
    implementation: AddressEx
    implementationVersionState: ImplementationVersionState
    messagesTag: string | null
    modules: AddressEx[] | null
    nonce: number
    owners: AddressEx[]
    threshold: number
    txHistoryTag: string | null
    txQueuedTag: string | null
    version: string | null