Type alias VaultInformation

VaultInformation: {
    amplification: bigint;
    balances: bigint[];
    escrowedTokens: bigint[];
    escrowedVaultTokens: bigint;
    totalSupply: bigint;
    unitTracker: bigint;
    vaultFee: bigint;
    weights: bigint[];
}

Type declaration

  • amplification: bigint
  • balances: bigint[]
  • escrowedTokens: bigint[]
  • escrowedVaultTokens: bigint
  • totalSupply: bigint
  • unitTracker: bigint
  • vaultFee: bigint
  • weights: bigint[]