Function isHashLeaseEstimate
- isHashLeaseEstimate(
x?: unknown,
): x is DeepRestrictToStringKeys<
{
currency: string;
exp: number;
nbf: number;
price: number;
schema: "network.xyo.hash.lease.estimate";
},
> Returns x is DeepRestrictToStringKeys<
{
currency: string;
exp: number;
nbf: number;
price: number;
schema: "network.xyo.hash.lease.estimate";
},
>
Identity function for HashLeaseEstimate payload