You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Paris protocol introduces new alternatives for FrozenStaker that are missing.
RPC schema:
$frozen_staker:
/* frozen_staker
Abstract notion of staker used in operation receipts for frozen
deposits, either a single staker or all the stakers delegating to some
delegate. */
{ /* Single */
"contract": $contract_id,
"delegate": $Signature.Public_key_hash }
|| { /* Shared */
"delegate": $Signature.Public_key_hash }
|| { /* Baker */
"baker_own_stake": $Signature.Public_key_hash }
|| { /* Baker_edge */
"baker_edge": $Signature.Public_key_hash }
Description
Paris protocol introduces new alternatives for
FrozenStaker
that are missing.RPC schema:
Taquito
FrozenStaker
:The text was updated successfully, but these errors were encountered: