wallet: minor updates to autogenerated files

This commit is contained in:
Jon Häggblad
2023-02-16 12:20:35 +01:00
parent 580cc58f42
commit bb64d8c03e
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -2933,7 +2933,7 @@ dependencies = [
"serde_json",
"serde_repr",
"thiserror",
"time 0.3.7",
"time 0.3.17",
"ts-rs",
]
@@ -1,2 +1,3 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export interface AppEnv { ADMIN_ADDRESS: string | null, SHOW_TERMINAL: string | null, ENABLE_QA_MODE: string | null, }
@@ -1,2 +1,3 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export interface ValidatorUrl { url: string, name: string | null, }
@@ -1,2 +1,3 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export interface Validator { nyxd_url: string, nyxd_name: string | null, api_url: string | null, }