*add getSeed to api
This commit is contained in:
parent
789542e2a6
commit
56a54b48ae
|
@ -63,6 +63,7 @@ export interface PluginAPI {
|
|||
): Promise<Err>;
|
||||
};
|
||||
logger: Logger;
|
||||
getSeed: () => Uint8Array;
|
||||
}
|
||||
|
||||
export type PluginFunction = (api: PluginAPI) => Promise<void>;
|
||||
|
|
Loading…
Reference in New Issue