Agent class.
Current block height. Increments when accessing nextBlock
Simulation of bank module.
Map of contract address to code id.
Map of code hash to code id.
Map of addresses to WASM instances.
Native token.
Optional devnetIf this is a devnet, this contains an interface to the devnet container.
The unique chain id.
Map of contract address to label.
Increments when uploading to assign sequential code ids.
Logger.
Whether this is mainnet, public testnet, local devnet, or mocknet.
Whether this chain is stopped.
Map of code ID to WASM code blobs.
Optional meta?: anyThe API URL to use.
Static AgentAgent class.
Static ModeShorthand for the ChainMode enum.
Static variantsAsync functions that return Chain instances in different modes.
Values for FADROMA_CHAIN environment variable.
Populated by @fadroma/connect.
Return self.
Whether this is a devnet or mocknet.
Get the current block height.
Whether this is a devnet.
Whether this is a mainnet.
Whether this is a mocknet.
Whether this is a testnet.
Wait for the block height to increment.
Optional meta?: anyOptional address: stringStatic devnetStatic mainnetStatic mocknetStatic testnetGenerated using TypeDoc
Chain instance containing a local mocknet.