nil message encode-internal
Description
Encode an internal message
Usage
nil message encode-internal [flags]
Regular Flags
Name | Type | Description |
---|---|---|
-b , --bounce | boolean | Define whether the "bounce" flag is set |
--bounce-to | boolean | Address The bounce address (default 0x0000000000000000000000000000000000000000) |
--data | boolean | Bytes The message data (default 0x) |
--fee-credit | value | The fee credit (default 100000) |
--fwd-kind | boolean | ForwardKind The gas forward kind [remaining |
-h , --help | boolean | help for encode-internal |
--kind | boolean | MessageKind The message type [execution |
--refund-to | boolean | Address The redund address (default 0x0000000000000000000000000000000000000000) |
--to | boolean | Address The destination address for the message (default 0x0000000000000000000000000000000000000000) |
--value | value | The message value |
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) |