We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2cc0e commit a120906Copy full SHA for a120906
pycardano/transaction.py
@@ -147,10 +147,6 @@ def to_shallow_primitive(self) -> dict:
147
x = deepcopy(self).normalize()
148
return super(self.__class__, x).to_shallow_primitive()
149
150
- def to_primitive(self) -> Primitive:
151
- x = deepcopy(self).normalize()
152
- return super(self.__class__, x).to_shallow_primitive()
153
-
154
155
@typechecked
156
class MultiAsset(DictCBORSerializable):
@@ -258,10 +254,6 @@ def to_shallow_primitive(self) -> dict:
258
254
259
255
260
256
261
262
263
264
265
257
266
267
@dataclass(repr=False)
0 commit comments