Variable SignatureListWithCursorResultConst
SignatureListWithCursorResult: Struct<
{
items: { blockTime: number; signature: string; slot: number }[];
cursor: string | null;
},
{
items: Struct<
{ blockTime: number; signature: string; slot: number }[],
Struct<
{ blockTime: number; signature: string; slot: number },
{
blockTime: Struct<number, null>;
signature: Struct<string, null>;
slot: Struct<number, null>;
},
>,
>;
cursor: Struct<string | null, null>;
},
> = ...