SparkWithdraw

Description

Withdraw a token from an Spark market

Notes

User withdraws tokens from the Spark protocol

Action ID

0xe9d31142

SDK Action

const sparkWithdrawAction = new dfs.actions.spark.SparkWithdrawAction(
    useDefaultMarket,
    market,
    amount,
    to,
    assetId
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?