Skip to content
Snippets Groups Projects
Commit bcba0959 authored by Mateusz Kudela's avatar Mateusz Kudela
Browse files

Fix CustomOperation schema

parent af0fba19
No related branches found
No related tags found
1 merge request!88Fix CustomOperation schema
Pipeline #91955 passed
......@@ -3,6 +3,7 @@ from __future__ import annotations
from pydantic import Field
from schemas.fields.basic import AccountName
from schemas.fields.hex import Hex
from schemas.fields.integers import Uint16t
from schemas.operation import Operation
......@@ -13,4 +14,4 @@ class CustomOperation(Operation):
required_auths: list[AccountName]
id_: Uint16t = Field(alias="id")
data: list[str]
data: Hex
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment