Function asHashLeaseEstimateWithSources
- asHashLeaseEstimateWithSources<
TType extends
WithSources<
DeepRestrictToStringKeys<
{
currency: string;
exp: number;
nbf: number;
price: number;
schema: "network.xyo.hash.lease.estimate";
},
>,
>,
>(
value: AnyNonPromise,
config?: TypeCheckConfig,
): undefined | TType Returns undefined | TType
- asHashLeaseEstimateWithSources<
TType extends
WithSources<
DeepRestrictToStringKeys<
{
currency: string;
exp: number;
nbf: number;
price: number;
schema: "network.xyo.hash.lease.estimate";
},
>,
>,
>(
value: AnyNonPromise,
assert: StringOrAlertFunction<
WithSources<
DeepRestrictToStringKeys<
{
currency: string;
exp: number;
nbf: number;
price: number;
schema: "network.xyo.hash.lease.estimate";
},
>,
>,
>,
config?: TypeCheckConfig,
): TType