ic-reactor
Example
GitHub
Preparing search index...
react
utils
agent
KeyPair
Interface KeyPair
A Key Pair, containing a secret and public key.
interface
KeyPair
{
secretKey
:
Uint8Array
;
publicKey
:
utils
.
agent
.
PublicKey
;
}
Index
Properties
secret
Key
public
Key
Properties
secret
Key
secretKey
:
Uint8Array
public
Key
publicKey
:
utils
.
agent
.
PublicKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
secret
Key
public
Key
Example
GitHub
ic-reactor
Loading...
A Key Pair, containing a secret and public key.