@exponent-labs/generic-sy-idl 0.1.8 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/idl.json +14 -0
- package/build/type.d.ts +14 -0
- package/package.json +1 -1
- package/src/idl.json +14 -0
- package/src/type.ts +14 -0
package/build/idl.json
CHANGED
package/build/type.d.ts
CHANGED
|
@@ -869,6 +869,20 @@ export type GenericStandard = {
|
|
|
869
869
|
},
|
|
870
870
|
{
|
|
871
871
|
"name": "ore";
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"name": "chainlink";
|
|
875
|
+
"fields": [
|
|
876
|
+
{
|
|
877
|
+
"name": "padding";
|
|
878
|
+
"type": {
|
|
879
|
+
"array": [
|
|
880
|
+
"u8",
|
|
881
|
+
128
|
|
882
|
+
];
|
|
883
|
+
};
|
|
884
|
+
}
|
|
885
|
+
];
|
|
872
886
|
}
|
|
873
887
|
];
|
|
874
888
|
};
|
package/package.json
CHANGED
package/src/idl.json
CHANGED
package/src/type.ts
CHANGED
|
@@ -869,6 +869,20 @@ export type GenericStandard = {
|
|
|
869
869
|
},
|
|
870
870
|
{
|
|
871
871
|
"name": "ore"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"name": "chainlink",
|
|
875
|
+
"fields": [
|
|
876
|
+
{
|
|
877
|
+
"name": "padding",
|
|
878
|
+
"type": {
|
|
879
|
+
"array": [
|
|
880
|
+
"u8",
|
|
881
|
+
128
|
|
882
|
+
]
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
]
|
|
872
886
|
}
|
|
873
887
|
]
|
|
874
888
|
}
|