@did-btc1/method
Preparing search index...
SendAllOptions
Type Alias SendAllOptions
type
SendAllOptions
=
{
add_to_wallet
?:
boolean
;
conf_target
?:
number
;
estimate_mode
?:
FeeEstimateMode
;
fee_rate
?:
number
|
string
;
include_watching
?:
boolean
;
inputs
?:
Input
[]
;
lock_unspents
?:
boolean
;
locktime
?:
number
;
maxconf
?:
number
;
minconf
?:
number
;
psbt
?:
boolean
;
replaceable
?:
boolean
;
send_max
?:
boolean
;
solving_data
?:
SolvingData
;
}
Index
Properties
add_
to_
wallet?
conf_
target?
estimate_
mode?
fee_
rate?
include_
watching?
inputs?
lock_
unspents?
locktime?
maxconf?
minconf?
psbt?
replaceable?
send_
max?
solving_
data?
Properties
Optional
add_
to_
wallet
add_to_wallet
?:
boolean
Optional
conf_
target
conf_target
?:
number
Optional
estimate_
mode
estimate_mode
?:
FeeEstimateMode
Optional
fee_
rate
fee_rate
?:
number
|
string
Optional
include_
watching
include_watching
?:
boolean
Optional
inputs
inputs
?:
Input
[]
Optional
lock_
unspents
lock_unspents
?:
boolean
Optional
locktime
locktime
?:
number
Optional
maxconf
maxconf
?:
number
Optional
minconf
minconf
?:
number
Optional
psbt
psbt
?:
boolean
Optional
replaceable
replaceable
?:
boolean
Optional
send_
max
send_max
?:
boolean
Optional
solving_
data
solving_data
?:
SolvingData
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add_
to_
wallet
conf_
target
estimate_
mode
fee_
rate
include_
watching
inputs
lock_
unspents
locktime
maxconf
minconf
psbt
replaceable
send_
max
solving_
data
@did-btc1/method
Loading...