Options
All
  • Public
  • Public/Protected
  • All
Menu

This type represents the state of a contract aside from its storage.

Hierarchy

  • ContractState

Index

Properties

address: string

The contract's address, as a checksummed hex string.

balanceAsBN: BN

The contract's balance, in Wei, as a BN.

The contract's class, as a Format.Types.ContractType.

code: string

The contract's code, as a hexidecimal string.

nonceAsBN: BN

The contract's nonce, as a BN.

Generated using TypeDoc