SeedData: {
    authTag: string;
    encrypted: boolean;
    iv: string;
    networkId: string;
    seed: string;
}

The Seed Data type definition.

Type declaration

  • authTag: string
  • encrypted: boolean
  • iv: string
  • networkId: string
  • seed: string