RentStorageParams
Represents the parameters for the rentStorage function.
Represents the parameters for the rentStorage function.
type RentStorageParams = { disableCache?: boolean; fid: bigint | number | string; units?: bigint | number | string;};type disableCache = boolean;type fid = bigint | number | string;type units = bigint | number | string;