Variable: Ids
constIds:object
Defined in: ids.ts:195
Utilities for managing Internet Computer identities.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
fromDfx() | (name?) => Promise<ICEUser> | Loads an identity from dfx. | ids.ts:202 |
fromPem() | (pem) => Promise<ICEUser> | Creates an identity from a PEM string (Ed25519 or Secp256k1). | ids.ts:217 |