Base fee in mumav (1 mumav = 1e10−6 tez)
Readonly
opThe number of Mumav that will be burned for the storage of the operation. (Storage + Allocation fees)
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.
The limit on the amount of gas a given operation can consume with 100 buffer depends on the operation.
The limit on the amount of storage an operation can use with 20 buffer.
The suggested fee for the operation which includes minimal fees and a small buffer.
The sum of minimalFeeMumav
+ burnFeeMumav
.
Fees according to your specified base fee will ensure that at least minimum fees are used.
Static
createStatic
create
Examples of use :
Estimate a transfer operation :
Estimate a contract origination :