FVyCreateContractRequest
Request parameters to create a contract
Properties
Field | Type | Description |
---|---|---|
name [required] | FString | The name of the contract |
symbol | FVyOptString | The symbol of the contract |
description [required] | FString | The description of the contract |
imageUrl [required] | FString | The URL of the image associated with the contract |
externalUrl [required] | FString | The external URL associated with the contract |
media | The media associated with the contract | |
owner | FVyOptString | The owner of the contract |
autoApprovedAddressesLocked | FVyOptBool | Indicates if auto-approved addresses are locked |
storage | The storage options for the contract | |
chain | The preferred blockchain for the contract |
Last updated