CompV3Transfer

Description

Transfer amount of specified collateral to another wallet.

Notes

Transfer amount of supplied assets from one address to another. Amount type(uint).max will transfer the whole amount of supplied assets.

Action ID

0xc7443570

SDK Action

const compoundV3TransferAction = new dfs.actions.compoundV3.CompoundV3TransferAction(
    market,
    from,
    to,
    asset,
    amount
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?