Constructors

Properties

chainId?: number

Specifies the chain id (if the event is a developer account event)

contract?: string

Specifies the contract id (if the event is a contract event)

developerAccount?: string

Specifies the developer account id (if the event is a developer account event)

functionArgs?: string[]

Specifies the function arguments (if the event is a contract event)

functionName?: string

Specifies the function name (if the event is a contract event)

name: string

Specifies the name of the event

numberOfBlocks?: number

Specifies the number of confirmations required for the event to trigger

threshold?: string

Threshold for the event (if the event is a contract, dev account or project event)

topic: APITopic
attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]