Expand description
Local testnet fixture data for TNT Core.
Constants§
- LOCALTESTNET_
BROADCAST_ FILENAME - Default filename for the LocalTestnet broadcast snapshot.
- LOCALTESTNET_
BROADCAST_ JSON - Raw JSON for the LocalTestnet deployment broadcast.
- LOCALTESTNET_
STATE_ FILENAME - Default filename for the LocalTestnet state snapshot.
- LOCALTESTNET_
STATE_ JSON - Raw JSON for the LocalTestnet anvil state snapshot.
Functions§
- localtestnet_
broadcast_ bytes - Returns the LocalTestnet broadcast JSON as bytes.
- localtestnet_
broadcast_ json - Returns the LocalTestnet broadcast JSON.
- localtestnet_
state_ bytes - Returns the LocalTestnet state snapshot JSON as bytes.
- localtestnet_
state_ json - Returns the LocalTestnet state snapshot JSON.
- write_
localtestnet_ fixtures - Writes both fixtures to disk using the default filenames.