Type Alias SeedSwaps

SeedSwaps: { [key: string]: unknown }

Collection of named entity substitutions.

Used in SeedV16.meta.swaps to define replaceable entities for different scenarios and upgrade options. Allows entities to be dynamically replaced without modifying the underlying Seed structure. Also a place to have repetitive entities referenced.

See the Seed Documentation for details.

Type declaration

  • [key: string]: unknown