nil wallet send-message
Description
Send a message to the smart contract with the specified bytecode or command via the wallet
Usage
nil wallet send-message [address] [bytecode or method] [args...] [flags]
Regular Flags
Name | Type | Description |
---|---|---|
--abi | string | The path to the ABI file |
--amount | value | The amount of default tokens to send |
--fee-credit | value | The fee credit for message processing (default 0) |
-h , --help | boolean | help for send-message |
--no-wait | boolean | Define whether the command should wait for the receipt |
--token | stringarray | The custom currencies to transfer in as a map 'currencyId=amount', can be set multiple times |
Global Flags
Name | Type | Description |
---|---|---|
-c , --config | string | The path to the config file (default "/build/.config/nil/config.ini") |
-l , --log-level | string | Log level: trace |
-q , --quiet | boolean | Quiet mode (print only the result and exit) |
-v , --verbose | boolean | Verbose mode (print logs) |