The number of Mutez that will be burned for the storage of the operation. (Storage + Allocation fees)
consumedMilligas
get consumedMilligas(): number
Returns number
Description
Since Delphinet, consumed gas is provided in milligas for more precision.
This function returns an estimation of the gas that operation will consume in milligas.
gasLimit
get gasLimit(): number
Returns number
Description
The limit on the amount of gas a given operation can consume with 100 buffer depends on the operation.
minimalFeeMutez
get minimalFeeMutez(): number
Returns number
Description
Minimum fees for the operation according to baker defaults.
storageLimit
get storageLimit(): number
Returns number
Description
The limit on the amount of storage an operation can use with 20 buffer.
suggestedFeeMutez
get suggestedFeeMutez(): number
Returns number
Description
The suggested fee for the operation which includes minimal fees and a small buffer.
totalCost
get totalCost(): number
Returns number
Description
The sum of minimalFeeMutez + burnFeeMutez.
usingBaseFeeMutez
get usingBaseFeeMutez(): number
Returns number
Description
Fees according to your specified base fee will ensure that at least minimum fees are used.
Examples of use :
Estimate a transfer operation :
Estimate a contract origination :