SafeOverview: {
    address: AddressEx;
    awaitingConfirmation: number | null;
    chainId: string;
    fiatTotal: string;
    owners: AddressEx[];
    queued: number;
    threshold: number;
}

Type declaration

  • address: AddressEx
  • awaitingConfirmation: number | null
  • chainId: string
  • fiatTotal: string
  • owners: AddressEx[]
  • queued: number
  • threshold: number