Preparing search index...
The search index is not available
Kaspa WASM32 SDK - Core
Kaspa WASM32 SDK - Core
IUtxosByAddressesEntry
Interface IUtxosByAddressesEntry
Collection of data returned by the GetUtxosByAddresses method.
interface
IUtxosByAddressesEntry
{
address
?:
string
;
outpoint
:
ITransactionOutpoint
;
utxoEntry
:
IUtxoEntry
;
}
Index
Properties
address?
outpoint
utxo
Entry
Properties
Optional
address
address
?:
string
outpoint
outpoint
:
ITransactionOutpoint
utxo
Entry
utxo
Entry
:
IUtxoEntry
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
address
outpoint
utxo
Entry
Kaspa WASM32 SDK - Core
AccountsDiscoveryKind
AddressVersion
ConnectStrategy
Encoding
FeeSource
Language
NetworkType
Abortable
Aborted
AccountKind
Address
AgentConstructorOptions
AppendFileOptions
AssertionErrorOptions
Balance
BalanceStrings
Beacon
ConsensusParams
ConsoleConstructorOptions
CreateHookCallbacks
CreateReadStreamOptions
Loading...
Generated using
TypeDoc
Collection of data returned by the GetUtxosByAddresses method.