import { Kupmios } from "https://deno.land/x/lucid@0.7.7/src/mod.ts";
Methods
private
kupmiosUtxosToUtxos(utxos: unknown): Promise<UTxO[]>awaitTx(txHash: TxHash): Promise<boolean>
getDatum(datumHash: DatumHash): Promise<Datum>
getDelegation(rewardAddress: RewardAddress): Promise<Delegation>
getProtocolParameters(): Promise<ProtocolParameters>
getUtxoByUnit(unit: Unit): Promise<UTxO>
getUtxos(address: Address): Promise<UTxO[]>
getUtxosByOutRef(outRefs: Array<OutRef>): Promise<UTxO[]>
getUtxosWithUnit(address: Address, unit: Unit): Promise<UTxO[]>
submitTx(tx: Transaction): Promise<TxHash>