Dashboard
Extends:
Method Summary
Public Methods | ||
public |
Loads all the approved proofs the currently authenticated user has access to. |
|
public |
Loads all the archived proofs the currently authenticated user has access to. |
|
public |
everything(): Promise<Array<Proof>> Loads all of the proofs the currently authenticated user has access to. |
|
public |
Loads all the proofs in the currently authenticated inbox. |
|
public |
Loads all the proofs in the currently authenticated outbox. |
|
public |
Searches the currently authenticated user's dashboard using a search query. |
|
public |
Loads all the proofs in the currently authenticated sent box. |
Public Methods
public approved(): Promise<Array<Proof>> source
Loads all the approved proofs the currently authenticated user has access to.
public archived(): Promise<Array<Proof>> source
Loads all the archived proofs the currently authenticated user has access to.
public everything(): Promise<Array<Proof>> source
Loads all of the proofs the currently authenticated user has access to.
public inbox(): Promise<Array<Proof>> source
Loads all the proofs in the currently authenticated inbox.
public outbox(): Promise<Array<Proof>> source
Loads all the proofs in the currently authenticated outbox.