@silencelaboratories/walletprovider-sdk
    Preparing search index...

    Interface ConditionGroup

    A group of conditions with boolean logic

    interface ConditionGroup {
        abi?: any;
        group: Condition[];
        logic: Logic;
    }
    Index

    Properties

    Properties

    abi?: any

    Optional ABI for decoding Ethereum calldata The condition-level ABI dominates over the group-level ABI

    group: Condition[]

    List of conditions in the group

    logic: Logic

    Logic to apply to the group