nil contract send-external-message
Description
Send an external message to the smart contract with the specified bytecode or command
Usage
nil contract send-external-message [address] [bytecode or method] [args...] [flags]
Regular Flags
Name | Type | Description |
---|---|---|
--abi | string | The path to the ABI file |
-h , --help | boolean | help for send-external-message |
--no-sign | boolean | Define whether the external message should be signed |
--no-wait | boolean | Define whether the command should wait for the receipt |
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) |