You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Refactored
11
11
12
-
-`TxResponse``meta` field type changed to `TxMetadataBuilder`, enabling custom parsing for specific transactions metadata such as `Payment`, `NFTokenMint`, etc.
12
+
-`TxResponse``Meta` field type changed to `TxMetadataBuilder`, enabling custom parsing for specific transactions metadata such as `Payment`, `NFTokenMint`, etc.
Copy file name to clipboardExpand all lines: xrpl/transaction/nftoken_create_offer.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ type NFTokenCreateOfferMetadata struct {
20
20
TxObjMeta
21
21
22
22
// OfferID is a string of Amount is present.
23
-
OfferID*string`json:"offer_id,omitempty"`
23
+
OfferID*types.OfferID`json:"offer_id,omitempty"`
24
24
}
25
25
26
26
// NFTokenCreateOffer creates either a new Sell offer for an NFToken owned by the account executing the transaction, or a new Buy offer for an NFToken owned by another account.
0 commit comments