File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [[ 5.6.12] ( https://github.com/multiversx/mx-sdk-dapp/pull/1721 )] - 2026-02-04
11+
12+ - [ TS definitions missing. Republish] ( https://github.com/multiversx/mx-sdk-dapp/pull/1720 )
13+
14+ ## [[ 5.6.11] ( https://github.com/multiversx/mx-sdk-dapp/pull/1720 )] - 2026-02-04
15+
16+ - [ Update TransactionType interface to include data and receiver] ( https://github.com/multiversx/mx-sdk-dapp/pull/1720 )
17+
1018## [[ 5.6.10] ( https://github.com/multiversx/mx-sdk-dapp/pull/1719 )] - 2026-02-04
1119
1220- [ Update sdk-dapp-ui] ( https://github.com/multiversx/mx-sdk-dapp/pull/1717 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @multiversx/sdk-dapp" ,
3- "version" : " 5.6.10 " ,
3+ "version" : " 5.6.12 " ,
44 "description" : " A library to hold the main logic for a dapp on the MultiversX blockchain" ,
55 "author" : " MultiversX" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ export interface SignedTransactionType extends IPlainTransactionObject {
88 status ?: ServerTransactionType [ 'status' ] ;
99 results ?: ResultType [ ] ;
1010 inTransit ?: boolean ;
11+ data ?: string ;
12+ receiver : string ;
1113}
1214
1315export interface MultiSignTransactionType {
You can’t perform that action at this time.
0 commit comments