VyContractDto

A data transfer object representing a Vy contract.

Properties

FieldTypeDescription

name

string

The name of the contract.

description

string

The description of the contract.

confirmed

bool

Whether the contract is confirmed or not.

address

string

The address of the contract.

id

int

The unique identifier of the contract.

chain

The type of chain used by the contract.

symbol

string

The symbol of the contract.

externalUrl

string

The external URL of the contract.

imageUrl

string

The URL of the image associated with the contract.

media

An array of media associated with the contract.

transactionHash

string

The transaction hash associated with the contract.

owner

string

The owner of the contract.

storage

The storage of the contract.

external_link

string

(missing)

Last updated