Skip to content

Commit

Permalink
feat:structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Teyz committed Jan 8, 2025
1 parent 370311e commit c8c6067
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rpc/transaction.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package rpc

type Details struct {
BlockTime uint64 `json:"blockTime"`
Meta *Meta `json:"meta"`
Slot uint64 `json:"slot"`
Transaction interface{} `json:"transaction"`
Version interface{} `json:"version"`
BlockTime uint64 `json:"blockTime"`
Meta *Meta `json:"meta"`
Slot uint64 `json:"slot"`
Transaction *Transaction `json:"transaction"`
Version interface{} `json:"version"`
}

type Transaction struct {
Expand Down

0 comments on commit c8c6067

Please sign in to comment.