build runner isar schema modification

This commit is contained in:
julian 2024-04-15 13:27:41 -06:00
parent 15b6613183
commit 99373e6dbc
2 changed files with 4 additions and 0 deletions

View file

@ -267,6 +267,7 @@ const _AddresstypeEnumValueMap = {
'stellar': 11,
'tezos': 12,
'frostMS': 13,
'p2tr': 14,
};
const _AddresstypeValueEnumMap = {
0: AddressType.p2pkh,
@ -283,6 +284,7 @@ const _AddresstypeValueEnumMap = {
11: AddressType.stellar,
12: AddressType.tezos,
13: AddressType.frostMS,
14: AddressType.p2tr,
};
Id _addressGetId(Address object) {

View file

@ -266,6 +266,7 @@ const _WalletInfomainAddressTypeEnumValueMap = {
'stellar': 11,
'tezos': 12,
'frostMS': 13,
'p2tr': 14,
};
const _WalletInfomainAddressTypeValueEnumMap = {
0: AddressType.p2pkh,
@ -282,6 +283,7 @@ const _WalletInfomainAddressTypeValueEnumMap = {
11: AddressType.stellar,
12: AddressType.tezos,
13: AddressType.frostMS,
14: AddressType.p2tr,
};
Id _walletInfoGetId(WalletInfo object) {