The default export includes the Store class and the types used by the Store class.

// Example Imports
import {Store} from "@awesome-algorand/store-kit";
import type {Params, Deployer} from "@awesome-algorand/store-kit";

Classes

Store

Type Aliases

Deployer
Params