Preparing search index...
The search index is not available
Spectre WASM32 SDK - Core
Spectre WASM32 SDK - Core
ITransactionDataChange
Interface ITransactionDataChange
Change transaction data.
interface
ITransactionDataChange
{
acceptedDaaScore
?:
bigint
;
changeValue
:
bigint
;
inputValue
:
bigint
;
outputValue
:
bigint
;
paymentValue
:
bigint
;
transaction
:
ITransaction
;
utxoEntries
:
IUtxoRecord
[]
;
}
Index
Properties
accepted
Daa
Score?
change
Value
input
Value
output
Value
payment
Value
transaction
utxo
Entries
Properties
Optional
accepted
Daa
Score
accepted
Daa
Score
?:
bigint
change
Value
change
Value
:
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
input
Value
output
Value
payment
Value
transaction
utxo
Entries
Spectre WASM32 SDK - Core
Loading...
Change transaction data.