Variable: Anchor
const Anchor: BcsStruct<{
UID: BcsType<string, string | Uint8Array, "bytes[32]">;
Assets: BcsStruct<{
ID: BcsType<string, string | Uint8Array, "bytes[32]">;
Value: BcsType<
| {
ID: string;
Size: string;
}
| null,
| {
ID: string | Uint8Array;
Size: string | number | bigint;
}
| null
| undefined, `Option<${string}>`>;
}, string>;
StateMetadata: BcsType<number[], Iterable<number, any, any> & object, string>;
StateIndex: BcsType<number, number, "u32">;
}, string>;