For the complete documentation index, see llms.txt. This page is also available as Markdown.

GhoUnstake

Description

Action to unstake stkGHO tokens.

Action ID

0xe1c6999c

SDK Action

Following actions will map to GhoUnstake contract:

const ghoFinalizeUnstakeAction = new dfs.actions.stkgho.GhoFinalizeUnstakeAction(
    amount,
    to
);
const ghoStartUnstakeAction = new dfs.actions.stkgho.GhoStartUnstakeAction();

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated