Connection class for this devnet.
Identity class for this devnet.
Optional
chainChain ID of chain node running inside devnet container.
Readonly
createdWait for the devnet to be created.
Optional
exitThe exit handler that cleans up external resources.
The exit handler that cleans up external resources.
Rest
...args: anyOptional
gasDenomination of base gas token for this chain.
Initial accounts.
Initial uploads.
If set, overrides the script that launches the devnet in the container.
Logger.
Optional
nodeName of binary in container to start.
The hostname of the API URL.
Optional
nodeThe port of the API URL.
Optional
nodeWhich service does the API URL port correspond to.
The protocol of the API URL without the trailing colon.
What to do with the devnet once the process that has spawned it exits.
Readonly
pausedWait for the devnet to be stopped.
Name of devnet platform.
Version of devnet platform.
Readonly
removedWait for the devnet to be removed.
Whether the devnet container is started.
Readonly
startedWait for the devnet to be started.
This directory contains the state of all devnets, e.g. ~/.local/share/fadroma/devnets
.
The devnet container will create a subdirectory named after the chain ID.
Optional
urlURL for connecting to a remote devnet.
Whether more detailed output is preferred.
Seconds to wait after first block. Tests override this to save time.
Function that waits for port to open after launching container. Tests override this to save time.
Function that waits for port to open after launching container. Tests override this to save time.
Optional
interval?: numberOptional
retries?: numberOnce this phrase is encountered in the log output from the container, the devnet is ready to accept requests.
Generated using TypeDoc
A private local instance of a network, running in a container managed by @fadroma/oci.