Variable SignatureListResultConst
SignatureListResult: Struct<
{ items: { blockTime: number; signature: string; slot: number }[] },
{
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>;
},
>,
>;
},
> = ...