Skip to content

Commit 8855840

Browse files
authored
Merge pull request #206 from AElfProject/fix/input-type
feat: input type
2 parents 323af80 + 4832edc commit 8855840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aelf-sdk",
3-
"version": "3.4.18",
3+
"version": "3.4.19",
44
"description": "aelf-sdk js library",
55
"type": "module",
66
"main": "dist/aelf.cjs",

types/util/transform.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ export function transformArrayToMap(
2424
inputType: protobuf.Type,
2525
origin?: { [k: string]: any } | Array<{ [k: string]: any }>
2626
): { [k: string]: any } | undefined | null;
27-
export const INPUT_TRANSFORMERS: IInTransformer;
27+
export const INPUT_TRANSFORMERS: IInTransformer[];
2828
export function encodeAddress(str: string): string;
2929
export const OUTPUT_TRANSFORMERS: IOutTransformer[];

0 commit comments

Comments
 (0)