Library Reference
ℹ️ Info Full documentation for the
sncast
library can be found here.
declare
- declares a contractdeploy
- deploys a contractinvoke
- invokes a contract's functioncall
- calls a contract's functionget_nonce
- gets account's nonce for a given block tagtx_status
- gets the status of a transaction using its hasherrors
- sncast_std error types reference
ℹ️ Info To use the library functions you need to add
sncast_std
package as a dependency in yourScarb.toml
using the appropriate version.[dependencies] sncast_std = "0.33.0"