Preparing search index...
The search index is not available
Spectre WASM32 SDK
Spectre WASM32 SDK
IUtxoEntry
Interface IUtxoEntry
Interface defines the structure of a UTXO entry.
interface
IUtxoEntry
{
address
?:
Address
;
amount
:
bigint
;
blockDaaScore
:
bigint
;
isCoinbase
:
boolean
;
outpoint
:
ITransactionOutpoint
;
scriptPublicKey
:
IScriptPublicKey
;
}
Index
Properties
address?
amount
block
Daa
Score
is
Coinbase
outpoint
script
Public
Key
Properties
Optional
Readonly
address
address
?:
Address
Readonly
amount
amount
:
bigint
Readonly
block
Daa
Score
block
Daa
Score
:
bigint
Readonly
is
Coinbase
is
Coinbase
:
boolean
Readonly
outpoint
outpoint
:
ITransactionOutpoint
Readonly
script
Public
Key
script
Public
Key
:
IScriptPublicKey
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
address
amount
block
Daa
Score
is
Coinbase
outpoint
script
Public
Key
Spectre WASM32 SDK
Loading...
Interface defines the structure of a UTXO entry.