Create an ArkNote from a preimage and value.
32-byte preimage revealed to spend the note
Note value in satoshis
Optional human-readable prefix for string encoding
Optional ReadonlyextraReadonlyforfeitTapleaf script used for the forfeit path.
Optional human-readable prefix for string encoding
ReadonlyintentTapleaf script used for the intent path.
32-byte preimage revealed to spend the note
ReadonlystatusOnchain output status
ReadonlytapReadonlytxidHashlock script backing the note.
Note value in satoshis
ReadonlyvoutTransaction output index for this output
ReadonlyvtxoStatic ReadonlyDefaultStatic ReadonlyFakeStatic ReadonlyLengthStatic ReadonlyPreimageStatic ReadonlyValueStaticdecodeDecode a note from raw bytes.
Serialized note bytes
Human-readable prefix expected for future string encoding
Decoded ArkNote
StaticfromDecode a note from its base58 string form.
Base58-encoded note string
Human-readable prefix expected on the note string
Decoded ArkNote
ArkNotes are special virtual outputs in the Arkade protocol that can be created and spent without requiring any transactions. The server mints them, and they are encoded as base58 strings with a human-readable prefix, a preimage and a value.
See
VtxoScript
Example