github.com/iotexproject/iotex-core@v1.14.1-rc1/tools/ioctl/readme/ioctl_contract_test_bytecode.md (about)

     1  ## ioctl contract test bytecode
     2  
     3  test smart contract on IoTeX blockchain with packed arguments
     4  
     5  ### Synopsis
     6  
     7  test smart contract on IoTeX blockchain with packed arguments
     8  
     9  ```
    10  ioctl contract test bytecode (CONTRACT_ADDRESS|ALIAS) PACKED_ARGUMENTS [AMOUNT_IOTX] [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -y, --assume-yes         answer yes for all confirmations
    17    -l, --gas-limit uint     set gas limit (default 20000000)
    18    -p, --gas-price string   set gas price (unit: 10^(-6)IOTX), use suggested gas price if input is "0" (default "1")
    19    -h, --help               help for bytecode
    20    -n, --nonce uint         set nonce (default using pending nonce)
    21    -P, --password string    input password for account
    22    -s, --signer string      choose a signing account
    23  ```
    24  
    25  ### Options inherited from parent commands
    26  
    27  ```
    28        --endpoint string        set endpoint for once
    29        --insecure               insecure connection for once
    30    -o, --output-format string   output format
    31  ```
    32  
    33  ### SEE ALSO
    34  
    35  * [ioctl contract test](ioctl_contract_test.md)	 - Test smart contract of IoTeX blockchain
    36  
    37  ###### Auto generated by docgen on 7-Mar-2022