bitbadgesjs-sdk - v0.27.2
    Preparing search index...

    Interface iAddressChecks

    interface iAddressChecks {
        mustBeLiquidityPool?: boolean;
        mustBeWasmContract?: boolean;
        mustNotBeLiquidityPool?: boolean;
        mustNotBeWasmContract?: boolean;
    }

    Implemented by

    Index

    Properties

    mustBeLiquidityPool?: boolean

    Require the address to be a liquidity pool.

    mustBeWasmContract?: boolean

    Require the address to be a WASM contract.

    mustNotBeLiquidityPool?: boolean

    Require the address to not be a liquidity pool.

    mustNotBeWasmContract?: boolean

    Require the address to not be a WASM contract.