Skip to content

Commit

Permalink
add currency field (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-korotya authored May 15, 2024
1 parent 83da4fa commit 4241566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ type CredentialPaymentData struct {
ChainID string `json:"chainId"`
Address string `json:"address"`
Signature string `json:"signature,omitempty"`
Сurrency string `json:"currency"`
}

// CredentialPaymentMessage represent Iden3message for credential payment
Expand Down

0 comments on commit 4241566

Please sign in to comment.