🚀
IC Reactor v3 is here!
Featuring TanStack Query integration, improved type safety, and more.
View v3 Documentation →
×
ic-reactor
Example
GitHub
Preparing search index...
core
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.