Type Alias: TotalFeesEstimate
TotalFeesEstimate = {
nativeFee:bigint;tokenTransferFee?:TokenTransferFee; }
Defined in: chain.ts:212
Total fees estimate returned by Chain.getTotalFeesEstimate.
Properties
nativeFee
nativeFee:
bigint
Defined in: chain.ts:214
Native fee from Router.getFee (wei or native smallest unit).
tokenTransferFee?
optionaltokenTransferFee:TokenTransferFee
Defined in: chain.ts:216
Token transfer fee, present only when the message includes a token transfer.