sysvarRentPubkey top-level property

Pubkey sysvarRentPubkey
final

The Rent sysvar contains the rental rate. Currently, the rate is static and set in genesis. The Rent burn percentage is modified by manual feature activation.

Implementation

final Pubkey sysvarRentPubkey = Pubkey.fromBase58(
  'SysvarRent111111111111111111111111111111111',
);