Calculate a space

Space requires a substantial SOL to be allocated initially for securing data storage. The cost of this SOL can be calculated.

example

import { CompressedNft } from "@solana-suite/compressed-nft";

await CompressedNft.calculateSpaceCost(10000);

Last updated