Skip to content

Instantly share code, notes, and snippets.

@n0mbr3al3at0r10
Created August 28, 2023 19:17
Show Gist options
  • Save n0mbr3al3at0r10/91f97a2910bd4c024358c1684a32b9fc to your computer and use it in GitHub Desktop.
Save n0mbr3al3at0r10/91f97a2910bd4c024358c1684a32b9fc to your computer and use it in GitHub Desktop.
WidgetTransactionDTO
export class WidgetTransactionDTO {
chainId: number;
transactionHash: string;
billContract: string;
referenceId: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment