opensea-js - v8.0.20
    Preparing search index...

    Type Alias EventPayment

    Payment information for an event.

    type EventPayment = {
        decimals: number;
        quantity: string;
        symbol: string;
        token_address: string;
    }
    Index

    Properties

    decimals: number

    Decimals of the payment token

    quantity: string

    Quantity of the payment token

    symbol: string

    Symbol of the payment token

    token_address: string

    Address of the payment token (0x0...0 for ETH)