@koralabs/kora-labs-common 4.3.2 → 4.3.3
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.
package/handles/interfaces.d.ts
CHANGED
|
@@ -134,7 +134,7 @@ export interface IHandle {
|
|
|
134
134
|
policy?: string;
|
|
135
135
|
handle_type: HandleType;
|
|
136
136
|
virtual?: {
|
|
137
|
-
|
|
137
|
+
expires_time: number;
|
|
138
138
|
public_mint: boolean;
|
|
139
139
|
};
|
|
140
140
|
original_address?: string;
|
|
@@ -185,7 +185,7 @@ export interface IHandleMetadata {
|
|
|
185
185
|
}
|
|
186
186
|
export interface IPzDatum {
|
|
187
187
|
virtual?: {
|
|
188
|
-
|
|
188
|
+
expires_time: number;
|
|
189
189
|
public_mint: BoolInt;
|
|
190
190
|
};
|
|
191
191
|
resolved_addresses?: {
|
package/package.json
CHANGED