AddLiquidity: {
    asset: CryptoAmount;
    assetPool: string;
    rune: CryptoAmount;
    waitTimeSeconds: number;
}

Represents the parameters for adding liquidity to a pool.

Type declaration

  • asset: CryptoAmount
  • assetPool: string
  • rune: CryptoAmount
  • waitTimeSeconds: number

Generated using TypeDoc