You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note the following API changes: StateMsgGasCost has been removed. The equivalent information can be gained by calling StateReplay.
A GasCost field has been added to the InvocResult type, meaning detailed gas costs will be returned when calling StateReplay, StateCompute, and StateCall.
The text was updated successfully, but these errors were encountered:
Note the following API changes:
StateMsgGasCost
has been removed. The equivalent information can be gained by callingStateReplay
.A
GasCost
field has been added to theInvocResult
type, meaning detailed gas costs will be returned when callingStateReplay
,StateCompute
, andStateCall
.The text was updated successfully, but these errors were encountered: