assist/std

This module incorporates additional code that expands the functionality of the standard library.

Functions

out_ref(tx_id_hash: ByteArray, idx: Int) -> OutputReference

Create an OutputReference from the TxId#Idx information. This is useful for building correct output references of specific UTxOs. It can be combined with the find module for some very convenient requests.

std.out_ref(that_tx_id, that_tx_idx)
Search Document