Call.fee doc
This commit is contained in:
parent
e8b32a6875
commit
3996b6a711
@ -645,7 +645,7 @@ Call.value : int
|
|||||||
The amount of coins transferred to the contract in the call.
|
The amount of coins transferred to the contract in the call.
|
||||||
|
|
||||||
|
|
||||||
#### gas
|
#### gas_price
|
||||||
```
|
```
|
||||||
Call.gas_price : int
|
Call.gas_price : int
|
||||||
```
|
```
|
||||||
@ -653,7 +653,15 @@ Call.gas_price : int
|
|||||||
The gas price of the current call.
|
The gas price of the current call.
|
||||||
|
|
||||||
|
|
||||||
#### gas
|
#### fee
|
||||||
|
```
|
||||||
|
Call.fee : int
|
||||||
|
```
|
||||||
|
|
||||||
|
The fee of the current call.
|
||||||
|
|
||||||
|
|
||||||
|
#### gas_left
|
||||||
```
|
```
|
||||||
Call.gas_left() : int
|
Call.gas_left() : int
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user