Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.13 KB

File metadata and controls

27 lines (14 loc) · 1.13 KB

ReissueMultichainTokenRequest

Properties

Name Type Description Notes
vaultAccountId string The id of the vault account that initiated the request to issue the token [default to undefined]
chains Array<string> The base asset identifiers of the blockchains you want to deploy to [default to undefined]
useGasless boolean Whether to use gasless deployment or not [optional] [default to undefined]
fee string Max fee amount for the deploy request. Interchangeable with the &#39;feeLevel&#39; field [optional] [default to undefined]
feeLevel string Fee level for the deploy request. Interchangeable with the &#39;fee&#39; field [optional] [default to undefined]

Enum: ReissueMultichainTokenRequestFeeLevelEnum

  • Low (value: 'LOW')

  • Medium (value: 'MEDIUM')

  • High (value: 'HIGH')

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