Preparing search index...
The search index is not available
Spectre WASM32 SDK - Core
Spectre WASM32 SDK - Core
ITransactionDataBatch
Interface ITransactionDataBatch
Batch transaction data (created by the
Generator
as a result of UTXO compounding process).
interface
ITransactionDataBatch
{
acceptedDaaScore
?:
bigint
;
changeValue
:
bigint
;
fees
:
bigint
;
inputValue
:
bigint
;
outputValue
:
bigint
;
paymentValue
:
bigint
;
transaction
:
ITransaction
;
utxoEntries
:
IUtxoRecord
[]
;
}
Index
Properties
accepted
Daa
Score?
change
Value
fees
input
Value
output
Value
payment
Value
transaction
utxo
Entries
Properties
Optional
accepted
Daa
Score
accepted
Daa
Score
?:
bigint
change
Value
change
Value
:
bigint
fees
fees
:
bigint
input
Value
input
Value
:
bigint
output
Value
output
Value
:
bigint
payment
Value
payment
Value
:
bigint
transaction
transaction
:
ITransaction
utxo
Entries
utxo
Entries
:
IUtxoRecord
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
accepted
Daa
Score
change
Value
fees
input
Value
output
Value
payment
Value
transaction
utxo
Entries
Spectre WASM32 SDK - Core
Loading...
Batch transaction data (created by the Generator as a result of UTXO compounding process).