Skip to main content

nil transaction encode-internal

Description

Encode an internal transaction

Usage

nil transaction encode-internal [flags]

Regular Flags

NameTypeDescription
-b, --bouncebooleanDefine whether the "bounce" flag is set
--bounce-tobooleanAddress The bounce address (default 0x0000000000000000000000000000000000000000)
--databooleanBytes The transaction data (default 0x)
--fee-creditvalueThe fee credit (default 100000)
--fwd-kindbooleanForwardKind The gas forward kind [remaining
-h, --helpbooleanhelp for encode-internal
--kindbooleanTransactionKind The transaction type [execution
--refund-tobooleanAddress The redund address (default 0x0000000000000000000000000000000000000000)
--tobooleanAddress The destination address for the transaction (default 0x0000000000000000000000000000000000000000)
--valuevalueThe transaction value

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)