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