fuels-macros 0.77.0

Fuel Rust SDK macros to generate types from ABI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: Only one `Wallets` command allowed
 --> tests/ui/setup_program_test/duplicate_wallet_command.rs:4:5
  |
4 |     Wallets("wallet1"),
  |     ^^^^^^^

error: Only one `Wallets` command allowed
 --> tests/ui/setup_program_test/duplicate_wallet_command.rs:5:5
  |
5 |     Wallets("wallet2"),
  |     ^^^^^^^