Network
Blockchain query interface. Notably implemented by BlockfrostV0
and NetworkEmulator
.
Methods
getUtxos
Gets a complete list of UTxOs at a given address.
network.getUtxs(address: helios.Address): Promise<helios.UTxO[]>
submitTx
Submits a transaction to the blockchain. Returns the TxId
.
network.submitTx(tx: helios.Tx): Promise<helios.TxId>