Preparing search index...
The search index is not available
musd-kit API reference
musd-kit API reference
core/src
BorrowParams
Interface BorrowParams
Parameters for
MusdClient.borrow
: the MUSD to draw (+ optional fee cap).
interface
BorrowParams
{
amount
:
bigint
;
maxFeePercentage
?:
bigint
;
}
Index
Properties
amount
max
Fee
Percentage?
Properties
amount
amount
:
bigint
Optional
max
Fee
Percentage
maxFeePercentage
?:
bigint
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
amount
max
Fee
Percentage
musd-kit API reference
Loading...
Parameters for MusdClient.borrow: the MUSD to draw (+ optional fee cap).