Skip to content

Instantly share code, notes, and snippets.

View n0mbr3al3at0r10's full-sized avatar

nombrealeatorio n0mbr3al3at0r10

View GitHub Profile
@n0mbr3al3at0r10
n0mbr3al3at0r10 / widgetTransaction.dto.ts
Created August 28, 2023 19:17
WidgetTransactionDTO
export class WidgetTransactionDTO {
chainId: number;
transactionHash: string;
billContract: string;
referenceId: string;
}