Preparing search index...
The search index is not available
musd-kit API reference
musd-kit API reference
core/src
MaxFeeExceeded
Class MaxFeeExceeded
The SDK-side fee guard (C5, there is no on-chain
maxFeePercentage
).
Hierarchy (
View Summary
)
MusdError
MaxFeeExceeded
Index
Constructors
constructor
Properties
code
context
Constructors
constructor
new
MaxFeeExceeded
(
maxFeePercentage
:
bigint
,
actualFee
:
bigint
,
actualFeePercentage
:
bigint
,
)
:
MaxFeeExceeded
Parameters
maxFeePercentage
:
bigint
actualFee
:
bigint
actualFeePercentage
:
bigint
Returns
MaxFeeExceeded
Properties
Readonly
code
code
:
MusdErrorCode
Readonly
context
context
:
undefined
|
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
code
context
musd-kit API reference
Loading...
The SDK-side fee guard (C5, there is no on-chain
maxFeePercentage).