Umi — API References - v1.3.0
Preparing search index...
umi
Keypair
Type Alias Keypair
Represents a keypair with a public key and a secret key.
type
Keypair
=
{
publicKey
:
PublicKey
;
secretKey
:
Uint8Array
;
}
Index
Properties
public
Key
secret
Key
Properties
public
Key
publicKey
:
PublicKey
secret
Key
secretKey
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
public
Key
secret
Key
Umi — API References - v1.3.0
Loading...
Represents a keypair with a public key and a secret key.