Skip to content

Commit

Permalink
Merge pull request #196 from multiversx/guardian_on_ApiTransactionResult
Browse files Browse the repository at this point in the history
Guardian on api transaction result
  • Loading branch information
AdoAdoAdo authored Apr 3, 2023
2 parents 12c2650 + 2a29b6e commit aa1ed8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/transaction/apiTransactionResult.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ type ApiTransactionResult struct {
ChainID string `json:"chainID,omitempty"`
Version uint32 `json:"version,omitempty"`
Options uint32 `json:"options"`
GuardianAddr string `json:"guardian,omitempty"`
GuardianSignature string `json:"guardianSignature,omitempty"`
}

// ApiSmartContractResult represents a smart contract result with changed fields' types in order to make it friendly for API's json
Expand Down

0 comments on commit aa1ed8d

Please sign in to comment.