Modules§
- foreign_
call - Type safe wrappers over https://docs.warp.cc/docs/sdk/basic/smartweave-global API
- handler_
result - Provides generic types each contract has to use to communicate outcome of contract methods, both success and error.
- js_
imports - This module provides an implementation of https://docs.warp.cc/docs/sdk/basic/smartweave-global API
This is a low-level API. See
super::foreign_call
andsuper::kv_operations
for high-level counterparts. - kv_
operations - Type safe wrappers over https://docs.warp.cc/docs/sdk/advanced/kv-storage API
Attribute Macros§
- warp_
contract - Macro used to mark view and write function of your contract. It takes one of two obligatory parameters: view, write.