Skip to content

Commit

Permalink
removed unnecessary struct
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Mar 6, 2024
1 parent 72a8c67 commit 2aded24
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions data/sovereign/operationData.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ type Operation struct {
TransferData *TransferData
}

type EsdtTokenPayment struct {
TokenIdentifier []byte
Nonce uint64
Amount *big.Int
}

type EsdtToken struct {
Identifier []byte
Nonce uint64
Expand Down

0 comments on commit 2aded24

Please sign in to comment.