Skip to content

Commit

Permalink
Add decimals to token API description
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix authored and samuelmanzanera committed Oct 4, 2022
1 parent afda1e4 commit e20afcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/archethic_web/graphql_schema/transaction_type.ex
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,10 @@ defmodule ArchethicWeb.GraphQLSchema.TransactionType do
It includes:
- genesis: Genesis address to the token
- name: Name of the token
- symbol: Symbol for the token
- symbol: Symbol of the token
- supply: Supply of the token
- type: Type of the token
- decimals: Number of decimals of the token
- properties: Properties of the token (if any)
- collection: List of properties for a collection (if any)
- id: Unique identification of the token on the chain
Expand Down

0 comments on commit e20afcc

Please sign in to comment.