Type alias AccountToPoll

AccountToPoll: {
    callbackId?: string;
    eventType: string;
    key: string;
    mapKey?: number;
    publicKey: PublicKey;
}

Type declaration

  • Optional callbackId?: string
  • eventType: string
  • key: string
  • Optional mapKey?: number
  • publicKey: PublicKey

Generated using TypeDoc