forked from jsnbuchanan/crowd-funder-for-time-pwa
in feed: add token for authorized request, plus better descriptions
This commit is contained in:
@@ -3,6 +3,8 @@ export type Account = {
|
||||
dateCreated: string;
|
||||
derivationPath: string;
|
||||
did: string;
|
||||
// stringified JSON containing underlying key material of type IIdentifier
|
||||
// https://github.com/uport-project/veramo/blob/next/packages/core-types/src/types/IIdentifier.ts
|
||||
identity: string;
|
||||
publicKeyHex: string;
|
||||
mnemonic: string;
|
||||
|
||||
Reference in New Issue
Block a user