Skip to content

Commit

Permalink
Added GRAPHQL Doc for TokenID in TransactionInput
Browse files Browse the repository at this point in the history
  • Loading branch information
prix-uniris committed Aug 8, 2022
1 parent 4f3d1f8 commit 0155c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/archethic_web/graphql_schema/transaction_type.ex
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ defmodule ArchethicWeb.GraphQLSchema.TransactionType do
- token address: address of the token if the type is token
- Spent: determines if the input has been spent
- Timestamp: Date time when the inputs was generated
- token id: It is the id for a token which is allocated when the token is minted.
"""
object :transaction_input do
field(:from, :address)
Expand Down

0 comments on commit 0155c26

Please sign in to comment.