Library Reference
ℹ️ Info Full documentation for the
sncastlibrary 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_stdpackage as a dependency in yourScarb.tomlusing the appropriate version.[dependencies] sncast_std = "0.33.0"