VyCreateContractRequest
Represents a request to create a Vy contract.
Properties
Field
Type
Description
name [required]
string
The name of the contract.
symbol
string
The symbol of the contract.
description [required]
string
The description of the contract.
imageUrl [required]
string
(missing)
externalUrl [required]
string
The external URL of the contract.
owner
string
The owner of the contract.
autoApprovedAddressesLocked
bool?
Indicates whether the auto-approved addresses are locked.
Last updated