Preparing search index...
The search index is not available
Kaspa WASM32 SDK - RPC
Kaspa WASM32 SDK - RPC
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 - RPC
AddressVersion
ConnectStrategy
Encoding
NetworkType
Opcode
RpcEventType
SubmitBlockRejectReason
Abortable
Aborted
Address
Hash
Header
NetworkId
NodeDescriptor
Resolver
RpcClient
ScriptBuilder
ScriptPublicKey
SigHashType
SignableTransaction
Transaction
Loading...
Generated using
TypeDoc
Interface defines the structure of a UTXO entry.