Skip to main content

TokenBurnParams type

This feature is currently in beta and may change based on feedback that we receive.

The parameters to pass to the burn function.

Signature:

export declare type TokenBurnParams = {
amount: Amount;
};