sdk.app.applicationfeeinfo
Home > @openformat/sdk > App > applicationFeeInfo
App.applicationFeeInfo() method
Signature:
applicationFeeInfo(_amount: BigNumberish): Promise<{
recipient: string;
applicationFee: BigNumber;
}>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| _amount | BigNumberish |
Returns:
Promise<{ recipient: string; applicationFee: BigNumber; }>