interface ScriptPurposeWithdraw {
    purpose: "withdraw";
    rewardAccount: string;
}

Properties

purpose: "withdraw"
rewardAccount: string