OPNet
    Preparing search index...

    Type Alias LiquidityListedEvent

    type LiquidityListedEvent = {
        provider: string;
        totalLiquidity: bigint;
    }
    Index

    Properties

    provider: string
    totalLiquidity: bigint