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
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
ConnectStrategy
Encoding
FeeSource
Language
NetworkType
NewAddressKind
Abortable
Aborted
Account
AccountKind
Address
AgentConstructorOptions
AppendFileOptions
AssertionErrorOptions
Balance
BalanceStrings
Beacon
ConsensusParams
ConsoleConstructorOptions
Loading...
Generated using
TypeDoc
Interface defines the structure of a UTXO entry.