fix(build): migrate project metadata and tooling config to smartconfig
This commit is contained in:
@@ -8,8 +8,8 @@ export type IObjectWithJwt<T extends object> = T & { jwt: string };
|
||||
*/
|
||||
export class SmartJwt<T extends object = any> {
|
||||
public smartcryptoInstance = new plugins.smartcrypto.Smartcrypto();
|
||||
public publicKey: plugins.smartcrypto.PublicKey;
|
||||
public privateKey: plugins.smartcrypto.PrivateKey;
|
||||
public publicKey!: plugins.smartcrypto.PublicKey;
|
||||
public privateKey!: plugins.smartcrypto.PrivateKey;
|
||||
|
||||
constructor() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user