@did-btc1/method
Preparing search index...
WalletTxBase
Type Alias WalletTxBase
type
WalletTxBase
=
{
abandoned
?:
boolean
;
account
:
string
;
address
:
string
;
amount
:
number
;
"bip125-replaceable"
:
"yes"
|
"no"
|
"unknown"
;
blockhash
:
string
;
blockindex
:
number
;
blocktime
:
number
;
category
:
"send"
|
"receive"
;
comment
?:
string
;
confirmations
:
number
;
fee
:
number
;
label
:
string
;
time
:
number
;
timereceived
:
number
;
to
?:
string
;
txid
:
string
;
vout
:
number
;
walletconflicts
:
string
[]
;
}
Index
Properties
abandoned?
account
address
amount
bip125-
replaceable
blockhash
blockindex
blocktime
category
comment?
confirmations
fee
label
time
timereceived
to?
txid
vout
walletconflicts
Properties
Optional
abandoned
abandoned
?:
boolean
account
account
:
string
address
address
:
string
amount
amount
:
number
bip125-
replaceable
"bip125-replaceable"
:
"yes"
|
"no"
|
"unknown"
blockhash
blockhash
:
string
blockindex
blockindex
:
number
blocktime
blocktime
:
number
category
category
:
"send"
|
"receive"
Optional
comment
comment
?:
string
confirmations
confirmations
:
number
fee
fee
:
number
label
label
:
string
time
time
:
number
timereceived
timereceived
:
number
Optional
to
to
?:
string
txid
txid
:
string
vout
vout
:
number
walletconflicts
walletconflicts
:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abandoned
account
address
amount
bip125-
replaceable
blockhash
blockindex
blocktime
category
comment
confirmations
fee
label
time
timereceived
to
txid
vout
walletconflicts
@did-btc1/method
Loading...