SmartContract

The SmartContract model

Field

Type

Description

Deployer

byte[]

Deployer of Smart Contract in byte[] ed25519

SmartContractDeploy

SmartContract Deploy Model

ObjectState

byte[]

The Current State of object

CreateTime

long

Creation time of Contract in epoch

TransactionsCount

int

Transaction count of Contract

Last updated