EmitContract.storage property
Signature:
readonly storage?: {
readonly namespaces?: Record<string, {
readonly entries?: {
readonly native_enum?: Record<string, {
readonly members?: readonly string[];
}>;
readonly table?: Record<string, {
readonly columns?: Record<string, {
readonly valueSet?: {
readonly entityName?: string;
};
readonly default?: unknown;
}>;
}>;
};
}>;
};
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.