Skip to content

Commit

Permalink
update types in go client
Browse files Browse the repository at this point in the history
  • Loading branch information
sameh-farouk committed Nov 9, 2023
1 parent 3e7b025 commit 32ad74f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions clients/tfchain-client-go/burning.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ var (
type BurnTransaction struct {
Block types.U32 `json:"block"`
Amount types.U64 `json:"amount"`
Source types.AccountID `json:"source"`
Target string `json:"target"`
Signatures []StellarSignature `json:"signatures"`
SequenceNumber types.U64 `json:"sequence_number"`
Expand Down
1 change: 1 addition & 0 deletions clients/tfchain-client-go/tft_bridge_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type BridgeBurnTransactionCreated struct {
type BridgeBurnTransactionExpired struct {
Phase types.Phase
BurnTransactionID types.U64 `json:"burn_transaction_id"`
Source types.AccountID `json:"source"`
Target []byte `json:"target"`
Amount types.U64 `json:"amount"`
Topics []types.Hash
Expand Down

0 comments on commit 32ad74f

Please sign in to comment.