XYO Platform SDK - v3.10.6
    Preparing search index...

    Variable asHashLeaseEstimateConst

    asHashLeaseEstimate: {
        <TType extends HashLeaseEstimate>(
            value: any,
            config?: TypeCheckConfig,
        ): undefined | TType;
        <TType extends HashLeaseEstimate>(
            value: any,
            assert: StringOrAlertFunction<HashLeaseEstimate>,
            config?: TypeCheckConfig,
        ): TType;
    }

    Type declaration