The default export includes the Store class and the types used by the Store class.
// Example Importsimport {Store} from "@awesome-algorand/store-kit";import type {Params, Deployer} from "@awesome-algorand/store-kit"; Copy
// Example Importsimport {Store} from "@awesome-algorand/store-kit";import type {Params, Deployer} from "@awesome-algorand/store-kit";
The default export includes the Store class and the types used by the Store class.
Example
Basic Usage