mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 02:24:30 +00:00
build runner isar schema modification
This commit is contained in:
parent
15b6613183
commit
99373e6dbc
2 changed files with 4 additions and 0 deletions
|
@ -267,6 +267,7 @@ const _AddresstypeEnumValueMap = {
|
||||||
'stellar': 11,
|
'stellar': 11,
|
||||||
'tezos': 12,
|
'tezos': 12,
|
||||||
'frostMS': 13,
|
'frostMS': 13,
|
||||||
|
'p2tr': 14,
|
||||||
};
|
};
|
||||||
const _AddresstypeValueEnumMap = {
|
const _AddresstypeValueEnumMap = {
|
||||||
0: AddressType.p2pkh,
|
0: AddressType.p2pkh,
|
||||||
|
@ -283,6 +284,7 @@ const _AddresstypeValueEnumMap = {
|
||||||
11: AddressType.stellar,
|
11: AddressType.stellar,
|
||||||
12: AddressType.tezos,
|
12: AddressType.tezos,
|
||||||
13: AddressType.frostMS,
|
13: AddressType.frostMS,
|
||||||
|
14: AddressType.p2tr,
|
||||||
};
|
};
|
||||||
|
|
||||||
Id _addressGetId(Address object) {
|
Id _addressGetId(Address object) {
|
||||||
|
|
|
@ -266,6 +266,7 @@ const _WalletInfomainAddressTypeEnumValueMap = {
|
||||||
'stellar': 11,
|
'stellar': 11,
|
||||||
'tezos': 12,
|
'tezos': 12,
|
||||||
'frostMS': 13,
|
'frostMS': 13,
|
||||||
|
'p2tr': 14,
|
||||||
};
|
};
|
||||||
const _WalletInfomainAddressTypeValueEnumMap = {
|
const _WalletInfomainAddressTypeValueEnumMap = {
|
||||||
0: AddressType.p2pkh,
|
0: AddressType.p2pkh,
|
||||||
|
@ -282,6 +283,7 @@ const _WalletInfomainAddressTypeValueEnumMap = {
|
||||||
11: AddressType.stellar,
|
11: AddressType.stellar,
|
||||||
12: AddressType.tezos,
|
12: AddressType.tezos,
|
||||||
13: AddressType.frostMS,
|
13: AddressType.frostMS,
|
||||||
|
14: AddressType.p2tr,
|
||||||
};
|
};
|
||||||
|
|
||||||
Id _walletInfoGetId(WalletInfo object) {
|
Id _walletInfoGetId(WalletInfo object) {
|
||||||
|
|
Loading…
Reference in a new issue