mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 11:26:55 +00:00
Added descriptions to md files that had tbh and removed unused file (#13)
This commit is contained in:
parent
72747fdd6d
commit
1bcbd1ad58
@ -1,5 +1,5 @@
|
||||
{% docs codespace %}
|
||||
|
||||
tbd
|
||||
Namespace for the code.
|
||||
|
||||
{% enddocs %}
|
||||
@ -1,5 +1,5 @@
|
||||
{% docs gas_used %}
|
||||
|
||||
tbd
|
||||
The amount of gas consumed by the transaction.
|
||||
|
||||
{% enddocs %}
|
||||
@ -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 %}
|
||||
@ -1,5 +1,5 @@
|
||||
{% docs msg_index %}
|
||||
|
||||
tbd
|
||||
Short for "message index," the position in which messages occur in a transaction.
|
||||
|
||||
{% enddocs %}
|
||||
@ -1,5 +1,5 @@
|
||||
{% docs msg_type %}
|
||||
|
||||
tbd
|
||||
A string containing information about the type of message occurring.
|
||||
|
||||
{% enddocs %}
|
||||
@ -1,5 +0,0 @@
|
||||
{% docs tx_block_index %}
|
||||
|
||||
tbd
|
||||
|
||||
{% enddocs %}
|
||||
@ -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 %}
|
||||
@ -1,5 +1,5 @@
|
||||
{% docs tx_id %}
|
||||
|
||||
tbd
|
||||
A unique key that identifies a transaction. Called "TxHash" on block explorers.
|
||||
|
||||
{% enddocs %}
|
||||
@ -1,5 +1,5 @@
|
||||
{% docs tx_status %}
|
||||
|
||||
tbd
|
||||
Transaction status is "SUCCEEDED" if the transaction went through, "FALSE" if the transaction failed.
|
||||
|
||||
{% enddocs %}
|
||||
Loading…
Reference in New Issue
Block a user