Preparing search index...
The search index is not available
Shogun SDK Documentation v1.1.4 - v1.2.9
Shogun SDK Documentation v1.1.4
NostrConnectorConfig
Interface NostrConnectorConfig
Bitcoin wallet configuration options
interface
NostrConnectorConfig
{
apiUrl
?:
string
;
cacheDuration
?:
number
;
maxRetries
?:
number
;
network
?:
"mainnet"
|
"testnet"
;
retryDelay
?:
number
;
timeout
?:
number
;
useApi
?:
boolean
;
}
Hierarchy
BaseConfig
NostrConnectorConfig
Index
Properties
api
Url?
cache
Duration?
max
Retries?
network?
retry
Delay?
timeout?
use
Api?
Properties
Optional
api
Url
apiUrl
?:
string
Optional
cache
Duration
cacheDuration
?:
number
Optional
max
Retries
maxRetries
?:
number
Optional
network
network
?:
"mainnet"
|
"testnet"
Optional
retry
Delay
retryDelay
?:
number
Optional
timeout
timeout
?:
number
Optional
use
Api
useApi
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Url
cache
Duration
max
Retries
network
retry
Delay
timeout
use
Api
Shogun SDK Documentation v1.1.4 - v1.2.9
Loading...
Bitcoin wallet configuration options