We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 303b261 + 6692dc1 commit 45bd635Copy full SHA for 45bd635
README.md
@@ -48,9 +48,9 @@ func main() {
48
a := appstore.NewStoreClient(c)
49
response, err := a.GetTransactionInfo(context.TODO(), transactionId)
50
51
- transantion, err := a.ParseSignedTransaction(response.SignedTransactionInfo)
+ transantions, err := a.ParseSignedTransactions([]{response.SignedTransactionInfo})
52
53
- if transaction.TransactionId == transactionId {
+ if transactions[0].TransactionId == transactionId {
54
// the transaction is valid
55
}
56
0 commit comments