File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ export {
1111 QRHardwareCall ,
1212 QRHardwareCallType ,
1313 QRHardwareCallVersion ,
14+ parseURBytes ,
1415} from './wallet/hardwareCall'
1516export default KeystoneSDK
1617
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import {
1818 parseHDKey ,
1919 generateDeriveContextHashCall ,
2020 generateKeyDerivationCall ,
21+ parseURBytes ,
2122 parseAccount ,
2223 parseTonAccount
2324} from './wallet'
@@ -231,6 +232,7 @@ export class KeystoneSDK {
231232 parseAccount = parseAccount
232233 generateDeriveContextHashCall = generateDeriveContextHashCall
233234 generateKeyDerivationCall = generateKeyDerivationCall
235+ parseURBytes = parseURBytes
234236
235237 /**
236238 * @deprecated since version 0.2.1.
@@ -257,4 +259,5 @@ export class KeystoneSDK {
257259 */
258260 static generateKeyDerivationCall = generateKeyDerivationCall
259261 static generateDeriveContextHashCall = generateDeriveContextHashCall
262+ static parseURBytes = parseURBytes
260263}
You can’t perform that action at this time.
0 commit comments