• Type Parameters

    • TType extends WithSources<
          DeepRestrictToStringKeys<
              {
                  currency: string;
                  exp: number;
                  nbf: number;
                  price: number;
                  schema: "network.xyo.hash.lease.estimate";
              },
          >,
      >

    Parameters

    Returns undefined | TType

  • Type Parameters

    • TType extends WithSources<
          DeepRestrictToStringKeys<
              {
                  currency: string;
                  exp: number;
                  nbf: number;
                  price: number;
                  schema: "network.xyo.hash.lease.estimate";
              },
          >,
      >

    Parameters

    • value: AnyNonPromise
    • assert: StringOrAlertFunction<
          WithSources<
              DeepRestrictToStringKeys<
                  {
                      currency: string;
                      exp: number;
                      nbf: number;
                      price: number;
                      schema: "network.xyo.hash.lease.estimate";
                  },
              >,
          >,
      >
    • Optionalconfig: TypeCheckConfig

    Returns TType