OPNet
    Preparing search index...

    Type Alias LiquidityRemovedEvent

    type LiquidityRemovedEvent = {
        amount0: bigint;
        amount1: bigint;
        sender: Address;
        to: Address;
    }
    Index

    Properties

    amount0: bigint
    amount1: bigint
    sender: Address
    to: Address