mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
Renaming
This commit is contained in:
@@ -38,7 +38,7 @@ mod tests;
|
||||
use self::error::Result;
|
||||
|
||||
build_rpc_trait! {
|
||||
/// Polkadot blockchain API
|
||||
/// Substrate blockchain API
|
||||
pub trait ChainApi<Hash, Header, Number, Extrinsic> {
|
||||
type Metadata;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Substrate. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
//! Polkadot state API.
|
||||
//! Substrate state API.
|
||||
|
||||
use std::{
|
||||
collections::HashMap,
|
||||
@@ -44,7 +44,7 @@ mod tests;
|
||||
use self::error::Result;
|
||||
|
||||
build_rpc_trait! {
|
||||
/// Polkadot state API
|
||||
/// Substrate state API
|
||||
pub trait StateApi<Hash> {
|
||||
type Metadata;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user