Skip to main content

query.findscriptrefinaddressutxos

Home > @blaze-cardano/query > findScriptRefInAddressUtxos

findScriptRefInAddressUtxos() function

Signature:

findScriptRefInAddressUtxos: (provider: Provider, script: Script | Hash28ByteBase16, address?: Address) => Promise<TransactionUnspentOutput | undefined>

Parameters

Parameter

Type

Description

provider

Provider

script

Script | Hash28ByteBase16

address

Address

(Optional)

Returns:

Promise<TransactionUnspentOutput | undefined>