Preparing search index...
The search index is not available
Shogun SDK Documentation v1.1.4 - v1.2.9
Shogun SDK Documentation v1.1.4
NostrConnectorKeyPair
Interface NostrConnectorKeyPair
Bitcoin Key pair interface
interface
NostrConnectorKeyPair
{
address
:
string
;
privateKey
:
string
;
publicKey
:
string
;
type
:
"nostr"
|
"legacy"
|
"segwit"
|
"taproot"
;
}
Index
Properties
address
private
Key
public
Key
type
Properties
address
address
:
string
private
Key
privateKey
:
string
public
Key
publicKey
:
string
type
type
:
"nostr"
|
"legacy"
|
"segwit"
|
"taproot"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
private
Key
public
Key
type
Shogun SDK Documentation v1.1.4 - v1.2.9
Loading...
Bitcoin Key pair interface