Version: Next
Jakarta
#
API#
New types#
TezosA type used to identify accounts on transaction rollups’ legders. Values of type tx_rollup_l2_address are 20-byte hashes of a BLS public keys (with a string notation based of a base58 encoding, prefixed with tz4).type tx_rollup_l2_address
#
New primitives#
TezosReturns the current minimal time between blocks, the value is obtained from the protocol’s minimal_block_delay constant.let min_block_time: unit => nat;
#
Breaking changes#
Voting powerThe voting power of a contract is no longer rounded to rolls. It is now instead the full staking power of the delegate, currently expressed in mutez. Though, developers should not rely on Tezos.voting_power
to query the staking power of a contract in mutez: the value returned by Tezos.voting_power
is still of typenat and it should only be considered relative to
Tezos.total_voting_power`.