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. |
media | The media of the contract. | |
owner | string | The owner of the contract. |
autoApprovedAddressesLocked | bool? | Indicates whether the auto-approved addresses are locked. |
storage | The storage of the contract. | |
chain | The chain of the contract. |
Last updated