This repo contains the datastructures that make up the Ambient auction program.
This crate is largely intended to be a library. However, there is a debugging utiltity
called decode-account that allows for decoding raw or base64/base58/hex encoded
accounts and displaying their most relevant information as text.
The binary is cfg-ed out by default and requires the decoder feature to be enabled
in order to build.
To build the binary:
cargo build --release --bin decode-account --features decoder