Security.keyBase changed to protected/readonly
parent
36f7660afd
commit
f341f5364d
|
@ -7,7 +7,7 @@ import { AccountInterface } from '../models';
|
||||||
export default class Security {
|
export default class Security {
|
||||||
public client: Client;
|
public client: Client;
|
||||||
|
|
||||||
private keyBase: { key: string, iv: string };
|
protected readonly keyBase: { key: string, iv: string };
|
||||||
|
|
||||||
constructor(client: Client) {
|
constructor(client: Client) {
|
||||||
this.client = client;
|
this.client = client;
|
||||||
|
|
Loading…
Reference in New Issue