Skip to content

Commit

Permalink
Merge pull request #31 from ElrondNetwork/merge-dev-in-master
Browse files Browse the repository at this point in the history
Merge dev in master
  • Loading branch information
miiu96 authored Nov 9, 2021
2 parents 53ffc26 + 052dbb3 commit f788fc1
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 f788fc1

Please sign in to comment.