Type alias ProtocolOnConsentData

ProtocolOnConsentData: {
    block: number;
    consentList: string[];
    threshold: number;
}

Type declaration

  • block: number
  • consentList: string[]
  • threshold: number

Generated using TypeDoc