src/sysvar-rent.js
// @flow
import {PublicKey} from './publickey';
export const SYSVAR_RENT_PUBKEY = new PublicKey(
'SysvarRent111111111111111111111111111111111',
);
// @flow
import {PublicKey} from './publickey';
export const SYSVAR_RENT_PUBKEY = new PublicKey(
'SysvarRent111111111111111111111111111111111',
);