nil smart-account send-transaction
Description
Send a transaction to the smart contract with the specified bytecode or command via the smart account
Usage
nil smart-account send-transaction [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 transaction processing (default 0) |
-h , --help | boolean | help for send-transaction |
--no-wait | boolean | Define whether the command should wait for the receipt |
--priority-fee | string | The priority fee for the message (default "0") |
--token | stringarray | The custom tokens to transfer in as a map 'tokenId=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) |