Files
pezkuwi-subxt/prdoc/pr_3040.prdoc
T
Alexandru Vasile 5c79ed37dc rpc-v2/tx: Rename transaction to transactionWatch (#3040)
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>
2024-01-25 17:07:44 +00:00

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