Skip to content

Commit

Permalink
Merge pull request #42 from kaleido-io/custom-errors
Browse files Browse the repository at this point in the history
Add Errors to transaction input to support custom errors
  • Loading branch information
peterbroadhurst authored Nov 30, 2022
2 parents fb66d10 + 54f32bc commit 62876f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ffcapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ type TransactionInput struct {
TransactionHeaders
Method *fftypes.JSONAny `json:"method"`
Params []*fftypes.JSONAny `json:"params"`
Errors []*fftypes.JSONAny `json:"errors"`
}

type TransactionHeaders struct {
Expand Down

0 comments on commit 62876f2

Please sign in to comment.