Skip to main content

TypeScript shape

interface ContractLabel {
  createdAt: number;
  subType: ContractLabelSubType;
  type: ContractLabelType;
}
createdAt
Int!
Unix timestamp (seconds) when the label was created.
subType
ContractLabelSubType!
The label sub-type. See ContractLabelSubType.
type
ContractLabelType!
The label type. See ContractLabelType.