Added descriptions to md files that had tbh and removed unused file (#13)

This commit is contained in:
Jessica Huhnke 2022-05-11 10:12:50 -05:00 committed by GitHub
parent 72747fdd6d
commit 1bcbd1ad58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 8 additions and 13 deletions

View File

@ -1,5 +1,5 @@
{% docs codespace %}
tbd
Namespace for the code.
{% enddocs %}

View File

@ -1,5 +1,5 @@
{% docs gas_used %}
tbd
The amount of gas consumed by the transaction.
{% enddocs %}

View File

@ -1,5 +1,5 @@
{% docs gas_wanted %}
tbd
Amount of gas requested for a transaction. It is provided by users when the transaction is generated.
{% enddocs %}

View File

@ -1,5 +1,5 @@
{% docs msg_index %}
tbd
Short for "message index," the position in which messages occur in a transaction.
{% enddocs %}

View File

@ -1,5 +1,5 @@
{% docs msg_type %}
tbd
A string containing information about the type of message occurring.
{% enddocs %}

View File

@ -1,5 +0,0 @@
{% docs tx_block_index %}
tbd
{% enddocs %}

View File

@ -1,5 +1,5 @@
{% docs tx_code %}
tbd
A number that corresponds to various error codes. When "0", the transaction is successful. Non-zero numbers signify different types of transaction failures.
{% enddocs %}

View File

@ -1,5 +1,5 @@
{% docs tx_id %}
tbd
A unique key that identifies a transaction. Called "TxHash" on block explorers.
{% enddocs %}

View File

@ -1,5 +1,5 @@
{% docs tx_status %}
tbd
Transaction status is "SUCCEEDED" if the transaction went through, "FALSE" if the transaction failed.
{% enddocs %}