export class StarknetEvent { constructor( readonly caller: string, readonly transactionHash: string, readonly data: T ) {} }