...ame = "ownable"
version = "0.1.0"
edition = "2023_11"
# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html
[dependencies]
starknet = "2.8.2"
[dev-dependencies]
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag =...
... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: using `is_empty` is clearer and more explicit:
`stripped_decimals.is_empty()`
= note: `#[warn(clippy::len_zero)]` on by default
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_zero
warning: t...
... of the unsigned transaction data (TransactionData) using base64 encoding, and print out
the string . The string can be used to execute transaction with `sui client execute-signed-tx --tx-bytes `.
--serialize-signed-transaction Instead of executing the trans...