# Data

# CodeInfo

Copy type CodeInfo struct { CodeHash `json:"code_hash"` Creator `json:"creator"` }

# ContractInfo

Copy type ContractInfo struct { Admin `json:"admin"` Creator `json:"creator"` CodeID `json:"code_id"` Label `json:"label"` }