Skip to main content

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

NameTypeDescription
--abistringThe path to the ABI file
-h, --helpbooleanhelp for send-external-message
--no-signbooleanDefine whether the external message should be signed
--no-waitbooleanDefine whether the command should wait for the receipt

Global Flags

NameTypeDescription
-c, --configstringThe path to the config file (default "/build/.config/nil/config.ini")
-l, --log-levelstringLog level: trace
-q, --quietbooleanQuiet mode (print only the result and exit)
-v, --verbosebooleanVerbose mode (print logs)