Skip to content

Commit

Permalink
Remove RegisterContractTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
wraitii committed Jan 22, 2025
1 parent 1b60b16 commit 9f858ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getNetworkApiUrl } from "@/state/network";
export type TransactionInfo = {
tx_hash: string;
block_hash: string;
transaction_type: string | "RegisterContractTransaction";
transaction_type: string;
transaction_status: string | "Success";
};

Expand Down

0 comments on commit 9f858ea

Please sign in to comment.