FireblocksSdk.Api.Tokenization (FireblocksSdk v0.1.8)
View SourceSummary
Functions
Facilitates the creation of a new token, supporting both EVM-based and Stellar/Ripple platforms. For EVM, it deploys the corresponding contract template to the blockchain and links the token to the workspace. For Stellar/Ripple, it links a newly created token directly to the workspace without deploying a contract. Returns the token link with status "PENDING" until the token is deployed or "SUCCESS" if no deployment is needed.
Return a linked token, with its status and metadata.
Return all linked tokens (paginated)
Functions
Facilitates the creation of a new token, supporting both EVM-based and Stellar/Ripple platforms. For EVM, it deploys the corresponding contract template to the blockchain and links the token to the workspace. For Stellar/Ripple, it links a newly created token directly to the workspace without deploying a contract. Returns the token link with status "PENDING" until the token is deployed or "SUCCESS" if no deployment is needed.
Options:
:blockchainId(String.t/0):assetId(String.t/0):vaultAccountId(String.t/0) - Required.:createParams(term/0) - Required.:displayName(String.t/0):useGasless(boolean/0):fee(String.t/0):feeLevel(String.t/0)
Return a linked token, with its status and metadata.
Return all linked tokens (paginated)
Options:
:pageCursor(String.t/0):pageSize(non_neg_integer/0) - The default value is10.:status(String.t/0) - The default value is"COMPLETED".