type GetCallsStatusResponse = { receipts: Array<WalletCallReceipt<bigint, "success" | "reverted">>; status: "PENDING" | "CONFIRMED";};
type receipts = Array< WalletCallReceipt<bigint, "success" | "reverted">>;
type status = "PENDING" | "CONFIRMED";