Skip to content

Commit 850f634

Browse files
Update Rust/TS bindings (#3608)
* Update Rust/TS bindings * Trigger CI --------- Co-authored-by: RomarQ <[email protected]> Co-authored-by: Rodrigo Quelhas <[email protected]>
1 parent 31fc82d commit 850f634

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

typescript-api/src/moonbase/interfaces/augment-api-tx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4455,7 +4455,7 @@ declare module "@polkadot/api-base/types/submittable" {
44554455
]
44564456
>;
44574457
/**
4458-
* Transact the call through the a signed origin in this chain
4458+
* Transact the call through a signed origin in this chain
44594459
* that should be converted to a transaction dispatch account in the destination chain
44604460
* by any method implemented in the destination chains runtime
44614461
*

typescript-api/src/moonbeam/interfaces/augment-api-tx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4798,7 +4798,7 @@ declare module "@polkadot/api-base/types/submittable" {
47984798
]
47994799
>;
48004800
/**
4801-
* Transact the call through the a signed origin in this chain
4801+
* Transact the call through a signed origin in this chain
48024802
* that should be converted to a transaction dispatch account in the destination chain
48034803
* by any method implemented in the destination chains runtime
48044804
*

typescript-api/src/moonriver/interfaces/augment-api-tx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4798,7 +4798,7 @@ declare module "@polkadot/api-base/types/submittable" {
47984798
]
47994799
>;
48004800
/**
4801-
* Transact the call through the a signed origin in this chain
4801+
* Transact the call through a signed origin in this chain
48024802
* that should be converted to a transaction dispatch account in the destination chain
48034803
* by any method implemented in the destination chains runtime
48044804
*

0 commit comments

Comments
 (0)