@ocap/types 1.18.166 → 1.19.0
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/rpc_pb.d.ts +4 -0
- package/package.json +7 -7
package/lib/rpc_pb.d.ts
CHANGED
@@ -78,6 +78,9 @@ export class RequestSendTx extends jspb.Message {
|
|
78
78
|
getCommit(): boolean;
|
79
79
|
setCommit(value: boolean): void;
|
80
80
|
|
81
|
+
getExtra(): string;
|
82
|
+
setExtra(value: string): void;
|
83
|
+
|
81
84
|
serializeBinary(): Uint8Array;
|
82
85
|
toObject(includeInstance?: boolean): TRequestSendTx;
|
83
86
|
static toObject(includeInstance: boolean, msg: RequestSendTx): TRequestSendTx;
|
@@ -93,6 +96,7 @@ export type TRequestSendTx = {
|
|
93
96
|
wallet?: type_pb.TWalletInfo,
|
94
97
|
token: string,
|
95
98
|
commit: boolean,
|
99
|
+
extra: string,
|
96
100
|
}
|
97
101
|
|
98
102
|
export class ResponseSendTx extends jspb.Message {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ocap/types",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.19.0",
|
4
4
|
"description": "Typescript definitions generated from protobuf",
|
5
5
|
"keywords": [
|
6
6
|
"ocap",
|
@@ -14,11 +14,11 @@
|
|
14
14
|
},
|
15
15
|
"resolutions": {},
|
16
16
|
"devDependencies": {
|
17
|
-
"@arcblock/eslint-config-ts": "0.
|
18
|
-
"@types/jest": "^29.5.
|
19
|
-
"@types/node": "^
|
20
|
-
"eslint": "^8.
|
21
|
-
"typescript": "^
|
17
|
+
"@arcblock/eslint-config-ts": "0.3.3",
|
18
|
+
"@types/jest": "^29.5.13",
|
19
|
+
"@types/node": "^22.7.5",
|
20
|
+
"eslint": "^8.57.0",
|
21
|
+
"typescript": "^5.6.2"
|
22
22
|
},
|
23
23
|
"author": {
|
24
24
|
"name": "wangshijun",
|
@@ -39,5 +39,5 @@
|
|
39
39
|
"bugs": {
|
40
40
|
"url": "https://github.com/ArcBlock/blockchain/issues"
|
41
41
|
},
|
42
|
-
"gitHead": "
|
42
|
+
"gitHead": "1b6fac03988fb18507c8ef4c21de282762005f87"
|
43
43
|
}
|