Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 954 Bytes

CreateTokenRequestDtoCreateParams.md

File metadata and controls

16 lines (10 loc) · 954 Bytes

CreateTokenRequestDtoCreateParams

Properties

Name Type Description Notes
contractId string The id of the contract template that will be used to create the token [default to undefined]
symbol string The symbol of the token [default to undefined]
name string The name of the token [default to undefined]
issuerAddress string The address of the issuer of this token. Will be part of the identifier of this token on chain. [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]