Function isHashLeaseEstimateWithSources
- isHashLeaseEstimateWithSources(
x?: unknown,
): x is WithSources<
WithSources<
DeepRestrictToStringKeys<
{
currency: string;
exp: number;
nbf: number;
price: number;
schema: "network.xyo.hash.lease.estimate";
},
>,
>,
> Returns x is WithSources<
WithSources<
DeepRestrictToStringKeys<
{
currency: string;
exp: number;
nbf: number;
price: number;
schema: "network.xyo.hash.lease.estimate";
},
>,
>,
>