Preparing search index...
The search index is not available
Kaspa WASM32 SDK
Kaspa 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
Kaspa WASM32 SDK
AccountsDiscoveryKind
AddressVersion
BindingType
ConnectStrategy
Encoding
FeeSource
Language
NetworkType
NewAddressKind
Opcodes
RpcEventType
SighashType
SubmitBlockRejectReason
TransactionDataType
TransactionKind
UtxoProcessorEventType
WalletEventType
Abortable
Aborted
AccountKind
Address
Loading...
Generated using
TypeDoc
Interface defines the structure of a UTXO entry.