-
Notifications
You must be signed in to change notification settings - Fork 13
Essentials draft #129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Essentials draft #129
Conversation
docs/developers/code-examples-and-snippets/cluster-balance-script.md
Outdated
Show resolved
Hide resolved
docs/developers/code-examples-and-snippets/cluster-balance-script.md
Outdated
Show resolved
Hide resolved
| | operatorIds | unit64\[] | List of cluster operators Ids. | | ||
| | sharesData | bytes | String of keyshares - obtained by splitting the validator key using the [SSV-Keys](../tools/ssv-keys) tool. | | ||
| | amount | uint256 (casted to uint64) | Amount of SSV token to be deposited as payment (not mandatory). Amount must be shrinkable (divisible by 10000000) | | ||
| | amount | uint256 (casted to uint64) | Amount of ETH to be deposited as payment (not mandatory). Amount must be shrinkable (divisible by 10000000) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sure to remove this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this also the case for migrateClusterToETH?
And also these withdraws which are in ETH withdrawOperatorEarnings, withdraw , withdrawNetworkEarnings
Developers
Operators
Stakers
Learn