UNPKG

gill

Version:

a modern javascript/typescript client library for interacting with the Solana blockchain

5 lines 239 B
/** * Calculate the total rent needed for to create an account, with or without extra data stored in it */ export declare function getMinimumBalanceForRentExemption(space?: bigint | number): bigint; //# sourceMappingURL=accounts.d.ts.map