mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
5c79ed37dc
This PR backports the changes from https://github.com/paritytech/json-rpc-interface-spec/pull/107. The `transaction` class becomes `transactionWatch`, and the other functionality remains the same. // cc @paritytech/subxt-team --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
15 lines
542 B
Plaintext
15 lines
542 B
Plaintext
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
|
|
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
|
|
|
|
title: Rename transaction to transactionWatch
|
|
|
|
doc:
|
|
- audience: Node Dev
|
|
description: |
|
|
Renamed `transaction_unstable_submitAndWatch` to `transactionWatch_unstable_submitAndWatch`,
|
|
`transaction_unstable_watchEvent` to `transactionWatch_unstable_watchEvent` and
|
|
`transaction_unstable_unwatch` to `transactionWatch_unstable_unwatch`.
|
|
|
|
crates:
|
|
- name: sc-rpc-spec-v2
|