From 3996b6a7115f3c0c573955dbd7723f05e6d42720 Mon Sep 17 00:00:00 2001 From: radrow Date: Tue, 25 May 2021 10:53:40 +0200 Subject: [PATCH] Call.fee doc --- docs/sophia_stdlib.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/sophia_stdlib.md b/docs/sophia_stdlib.md index 6710dcc..8b7138b 100644 --- a/docs/sophia_stdlib.md +++ b/docs/sophia_stdlib.md @@ -645,7 +645,7 @@ Call.value : int The amount of coins transferred to the contract in the call. -#### gas +#### gas_price ``` Call.gas_price : int ``` @@ -653,7 +653,15 @@ Call.gas_price : int The gas price of the current call. -#### gas +#### fee +``` +Call.fee : int +``` + +The fee of the current call. + + +#### gas_left ``` Call.gas_left() : int ```