massalabs / station

A gateway to the Massa blockchain
https://station.massa.net
27 stars 107 forks source link

add description in the call sc #1358

Closed Thykof closed 4 months ago

Thykof commented 4 months ago

Delivery Quality Checklist

Thykof commented 4 months ago

QA:

curl --location 'http://station.massa/cmd/executeFunction' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data '{
  "nickname": "buildnet-fullpower",
  "name": "functionName",
  "at": "AU1MPDRXuR22mwYDFCeZUDgYjcTAF1co6xujx2X6ugoHeYeGY3B5",
  "async": false,
  "args": "",
  "coins": 0,
  "maxGas": "1",
  "expiry": 3,
  "fee": "10000000",
  "description": "this is the description"
}'