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;
};
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;
};