Type alias EventPayment

EventPayment: {
    decimals: number;
    quantity: string;
    symbol: string;
    token_address: string;
}

Payment information for an event.

Type declaration

  • 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)