Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import type { AnySignature } from './AnySignature';
|
||||
import type { AnyVerifyingKey } from './AnyVerifyingKey';
|
||||
export type RegistryAsset<Commitment> = {
|
||||
publishedAt: string;
|
||||
urls: string[];
|
||||
commitment: Commitment;
|
||||
signatures: {
|
||||
[key: AnyVerifyingKey]: AnySignature;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user