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
Consider adding a method to the Provider class to support the new contractSlotValues query:
""" Get storage slot values for a contract at a specific block height. Use the latest block height if not provided. Requires historical execution config to be enabled. """contractSlotValues(
contractId: ContractId!blockHeight: U32storageSlots: [Bytes32!]!
): [StorageSlot!]!
This was introduced in the fuel-core 0.43 upgrade.
The text was updated successfully, but these errors were encountered:
Consider adding a method to the Provider class to support the new
contractSlotValues
query:This was introduced in the fuel-core
0.43
upgrade.The text was updated successfully, but these errors were encountered: