Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

ContractInfo

Contract metadata returned by getContractInfo.

Definition

type ContractInfo = {
  codeHash: Hex
  label?: string
  admin?: Address
}

Fields

codeHashHex. SHA-256 of the contract's current Wasm.

labelstring, optional. Human-readable label set at instantiation.

adminAddress, optional. Account allowed to call migrate.

See also