createRemoveStakeTransaction method
Returns a serialized `remove_stake` transaction. The transaction fee will be paid from the funds being removed.
Params
| Parameter | Type | Required |
|---|---|---|
stakerWallet | string | Yes |
recipient | string | Yes |
value | number | Yes |
fee | number | Yes |
validityStartHeight | number | Yes |
Result
| Property | Type | Required |
|---|---|---|
String | string | Yes |