Skip to content

Commit

Permalink
Merge pull request #28 from ElrondNetwork/esdt-supply-structure
Browse files Browse the repository at this point in the history
ESDT supply structure
  • Loading branch information
miiu96 authored Nov 9, 2021
2 parents bba4aac + 651af34 commit 052dbb3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/api/apiESDTSupply.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package api

// ESDTSupply represents the structure for esdt supply that is returned by api routes
type ESDTSupply struct {
InitialMinted string `json:"initialMinted"`
Supply string `json:"supply"`
Burned string `json:"burned"`
Minted string `json:"minted"`
}

0 comments on commit 052dbb3

Please sign in to comment.