Skip to main content

TypeScript shape

interface MobulaTokenDeployerStats {
  migrationsCount: number | null;
  tokensCount: number | null;
}
migrationsCount
Int
Number of migrations associated with the deployer.
tokensCount
Int
Number of tokens associated with the deployer.