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

    Class AddressChecks

    AddressChecks defines checks for address types (WASM contract, liquidity pool, etc.)

    from message badges.AddressChecks

    Hierarchy

    Index

    Constructors

    Properties

    mustBeLiquidityPool: boolean = false

    Require the address to be a liquidity pool.

    from field: bool mustBeLiquidityPool = 3;

    mustBeWasmContract: boolean = false

    Require the address to be a WASM contract.

    from field: bool mustBeWasmContract = 1;

    mustNotBeLiquidityPool: boolean = false

    Require the address to not be a liquidity pool.

    from field: bool mustNotBeLiquidityPool = 4;

    mustNotBeWasmContract: boolean = false

    Require the address to not be a WASM contract.

    from field: bool mustNotBeWasmContract = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "badges.AddressChecks"

    Methods