ChainVerificationKeysList
Type Alias: ChainVerificationKeysList
Properties overview
- o1js: string; ↗
- vk: Record<string, {
data: string;
hash: string;
type: "token" | "admin" | "upgrade" | "user" | "nft" | "collection";
}>; ↗
type ChainVerificationKeysList = {
o1js: string;
vk: Record<string, {
data: string;
hash: string;
type: "token" | "admin" | "upgrade" | "user" | "nft" | "collection";
}>;
};
Defined in: packages/abi/src/vk/types.ts:1
Type declaration
o1js
o1js: string;
vk
vk: Record<string, {
data: string;
hash: string;
type: "token" | "admin" | "upgrade" | "user" | "nft" | "collection";
}>;
Updated 10 days ago