lib-base.trovecreationparams

Home > @mosaic/lib-base > TroveCreationParams

TroveCreationParams type

Parameters of an openTrove() transaction.

Signature:

export declare type TroveCreationParams<T = unknown> = _CollateralDeposit<T> & _NoCollateralWithdrawal & _MoUSDBorrowing<T> & _NoMoUSDRepayment;

Remarks

The type parameter T specifies the allowed value type(s) of the particular TroveCreationParams object's properties.

Properties

PropertyTypeDescription

depositCollateral

T

The amount of collateral that's deposited.

borrowMoUSD

T

The amount of MoUSD that's borrowed.

Last updated