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

    Interface Condition

    A single condition to evaluate

    interface Condition {
        abi?: any;
        operator: Operator;
        transaction_attr: string;
        transaction_type: TransactionType;
        value: ConditionValue;
    }
    Index

    Properties

    abi?: any

    Optional ABI for decoding Ethereum calldata

    operator: Operator

    Comparison operator

    transaction_attr: string

    Transaction attribute to check

    transaction_type: TransactionType

    Type of transaction

    Value to compare against