Skip to content

Commit

Permalink
Add ComputeUnitsConsumed to TransactionMeta (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloakd authored Jan 18, 2024
1 parent 43995cc commit bf98559
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpc/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ type TransactionMeta struct {
Rewards []BlockReward `json:"rewards"`

LoadedAddresses LoadedAddresses `json:"loadedAddresses"`

ComputeUnitsConsumed *uint64 `json:"computeUnitsConsumed"`
}

type InnerInstruction struct {
Expand Down

0 comments on commit bf98559

Please sign in to comment.