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

    Type Alias SafeMessage

    type SafeMessage = {
        confirmations: { owner: AddressEx; signature: string }[];
        confirmationsRequired: number;
        confirmationsSubmitted: number;
        creationTimestamp: number;
        logoUri: string | null;
        message: string | EIP712TypedData;
        messageHash: string;
        modifiedTimestamp: number;
        name: string | null;
        preparedSignature?: string;
        proposedBy: AddressEx;
        status: SafeMessageStatus;
        type: MESSAGE;
    }
    Index

    Properties

    confirmations: { owner: AddressEx; signature: string }[]
    confirmationsRequired: number
    confirmationsSubmitted: number
    creationTimestamp: number
    logoUri: string | null
    message: string | EIP712TypedData
    messageHash: string
    modifiedTimestamp: number
    name: string | null
    preparedSignature?: string
    proposedBy: AddressEx
    type: MESSAGE