Created
August 28, 2023 19:17
-
-
Save n0mbr3al3at0r10/91f97a2910bd4c024358c1684a32b9fc to your computer and use it in GitHub Desktop.
WidgetTransactionDTO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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