Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 2.12 KB

File metadata and controls

32 lines (19 loc) · 2.12 KB

CreateTokenRequestDto

Properties

Name Type Description Notes
vaultAccountId string The id of the vault account that initiated the request to issue the token [default to undefined]
createParams CreateTokenRequestDtoCreateParams [default to undefined]
blockchainId string The id of the blockchain the request was initiated on [optional] [default to undefined]
assetId string The base asset identifier of the blockchain you want to deploy to [optional] [default to undefined]
displayName string [optional] [default to undefined]
useGasless boolean Indicates whether the token should be created in a gasless manner, utilizing the ERC-2771 standard. When set to true, the transaction will be relayed by a designated relayer. The workspace must be configured to use Fireblocks gasless relay. [optional] [default to undefined]
fee string Max fee amount for the write function transaction. interchangeable with the 'feeLevel' field [optional] [default to undefined]
feeLevel string Fee level for the write function transaction. interchangeable with the 'fee' field [optional] [default to undefined]
txNote string Custom note that describes the transaction at your Fireblocks workspace. This note will be visible in the Fireblocks UI and in the transaction details and not on the blockchain. [optional] [default to undefined]
externalId string External id that can be used to identify the transaction in your system. The unique identifier of the transaction outside of Fireblocks with max length of 255 characters [optional] [default to undefined]

Enum: CreateTokenRequestDtoFeeLevelEnum

  • Low (value: 'LOW')

  • Medium (value: 'MEDIUM')

  • High (value: 'HIGH')

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