XYO Platform SDK - v3.10.6
    Preparing search index...
    asHashLeaseEstimate: {
        <TType extends HashLeaseEstimate>(
            value: AnyNonPromise,
            config?: TypeCheckConfig,
        ): undefined | TType;
        <TType extends HashLeaseEstimate>(
            value: AnyNonPromise,
            assert: StringOrAlertFunction<HashLeaseEstimate>,
            config?: TypeCheckConfig,
        ): TType;
    } = ...

    Type declaration