Search
Preparing search index...
The search index is not available
kryptokrona-wallet-backend-js
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
kryptokrona-wallet-backend-js
Types
Transaction
Class Transaction
Hierarchy
Transaction
Index
Constructors
constructor
Properties
block
Height
fee
hash
is
Coinbase
Transaction
paymentID
timestamp
transfers
unlock
Time
Methods
is
Fusion
Transaction
toJSON
total
Amount
fromJSON
Constructors
constructor
new
Transaction
(
transfers
:
Map
<
string
,
number
>
, hash
:
string
, fee
:
number
, blockHeight
:
number
, timestamp
:
number
, paymentID
:
string
, unlockTime
:
number
, isCoinbaseTransaction
:
boolean
)
:
Transaction
Parameters
transfers:
Map
<
string
,
number
>
hash:
string
fee:
number
blockHeight:
number
timestamp:
number
paymentID:
string
unlockTime:
number
isCoinbaseTransaction:
boolean
Returns
Transaction
Properties
Readonly
block
Height
block
Height
:
number
Readonly
fee
fee
:
number
Readonly
hash
hash
:
string
Readonly
is
Coinbase
Transaction
is
Coinbase
Transaction
:
boolean
Readonly
paymentID
paymentID
:
string
Readonly
timestamp
timestamp
:
number
transfers
transfers
:
Map
<
string
,
number
>
Readonly
unlock
Time
unlock
Time
:
number
Methods
is
Fusion
Transaction
is
Fusion
Transaction
(
)
:
boolean
Returns
boolean
toJSON
toJSON
(
)
:
TransactionJSON
Returns
TransactionJSON
total
Amount
total
Amount
(
)
:
number
Returns
number
Static
fromJSON
fromJSON
(
json
:
TransactionJSON
)
:
Transaction
Parameters
json:
TransactionJSON
Returns
Transaction
Modules
Config
Daemon
Fee
Type
IDaemon
Logger
Mixin
Limits
Types
Utilities
Validate
Parameters
Wallet
Backend
Wallet
Error
Transaction
constructor
block
Height
fee
hash
is
Coinbase
Transaction
paymentID
timestamp
transfers
unlock
Time
is
Fusion
Transaction
toJSON
total
Amount
fromJSON
Generated using
TypeDoc