Get a Utxo from a buffer or hex string
The buffer or hex string to get the Utxo from string or Uint8Array
string
Uint8Array
The chain alias to get the Utxo from "P" | "X" | "C"
"P" | "X" | "C"
The Utxo Utxo
import { getUtxoFromBytes } from "@avalanche-sdk/client/utils";const utxo = getUtxoFromBytes("0x1234567890abcdef", "P"); Copy
import { getUtxoFromBytes } from "@avalanche-sdk/client/utils";const utxo = getUtxoFromBytes("0x1234567890abcdef", "P");
Get a Utxo from a buffer or hex string