OPNet
    Preparing search index...

    Type Alias WithdrawListingEvent

    type WithdrawListingEvent = {
        amount: bigint;
        providerId: bigint;
        sender: Address;
        tokenAddress: Address;
    }
    Index

    Properties

    amount: bigint
    providerId: bigint
    sender: Address
    tokenAddress: Address