@koralabs/kora-labs-common 2.3.1 → 2.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -115,8 +115,7 @@ export interface IHandle {
|
|
|
115
115
|
default_in_wallet: string;
|
|
116
116
|
resolved_addresses: {
|
|
117
117
|
ada: string;
|
|
118
|
-
|
|
119
|
-
btc?: string;
|
|
118
|
+
[key: string]: string;
|
|
120
119
|
};
|
|
121
120
|
created_slot_number: number;
|
|
122
121
|
updated_slot_number: number;
|
|
@@ -192,6 +191,7 @@ export interface IPzDatum {
|
|
|
192
191
|
migrate_sig_required: BoolInt;
|
|
193
192
|
resolved_addresses?: {
|
|
194
193
|
ada: HexStringOrEmpty;
|
|
194
|
+
[key: string]: string;
|
|
195
195
|
};
|
|
196
196
|
}
|
|
197
197
|
export interface IHandleFileContent {
|