Call.get_call_value()
Returns the Value representing the "value" (ether sent) during the external call
get_call_value() → List[
Value
]
As some types of calls can have, a special parameter set representing the ether value to send in the call), this function can be used to retrieve that value.
For example, in the call:
The special parameter value
is being set: {value: amount}
and the function will return the Value representing the:
amount
Query Example
Output Example
Last updated