Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 638 Bytes

EVMTokenCreateParamsDto.md

File metadata and controls

13 lines (7 loc) · 638 Bytes

EVMTokenCreateParamsDto

Properties

Name Type Description Notes
contractId string The id of the contract template that will be used to create the token [default to undefined]
constructorParams Array<Array<ParameterWithValue>> The constructor parameters and values of the contract template [optional] [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]