RentStorageParams

Represents the parameters for the rentStorage function.

type RentStorageParams = {
chain?: Chain;
client: ThirdwebClient;
disableCache?: boolean;
fid: bigint | number | string;
units?: bigint | number | string;
};