OPNet
    Preparing search index...

    Type Alias WithdrawnEvent

    type WithdrawnEvent = {
        amount: bigint;
        poolId: number;
        to: Address;
        user: Address;
    }
    Index

    Properties

    Properties

    amount: bigint
    poolId: number
    to: Address
    user: Address