ContractInfo
Contract metadata returned by getContractInfo.
Definition
type ContractInfo = {
codeHash: Hex
label?: string
admin?: Address
}Fields
codeHash — Hex. SHA-256 of the contract's current Wasm.
label — string, optional. Human-readable label set at instantiation.
admin — Address, optional. Account allowed to call migrate.