Skip to content

Commit

Permalink
gateway proxy mod rename
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed May 30, 2024
1 parent ca237ea commit a31a3b2
Show file tree
Hide file tree
Showing 24 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion framework/snippets/src/account_tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use multiversx_sc_scenario::{
scenario_model::{Account, BytesKey, BytesValue, Scenario, SetStateStep, Step},
};
use multiversx_sdk::{
blockchain::GatewayProxy,
data::{address::Address, esdt::EsdtBalance},
gateway::GatewayProxy,
};
use std::collections::{BTreeMap, HashMap};

Expand Down
2 changes: 1 addition & 1 deletion framework/snippets/src/interactor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use multiversx_sc_scenario::{
scenario_model::AddressValue,
};
use multiversx_sdk::{
blockchain::GatewayProxy,
data::{address::Address as ErdrsAddress, network_config::NetworkConfig},
gateway::GatewayProxy,
wallet::Wallet,
};
use std::{
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/examples/account.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use multiversx_sdk::{
blockchain::{GatewayProxy, DEVNET_GATEWAY},
data::address::Address,
gateway::{GatewayProxy, DEVNET_GATEWAY},
};

#[tokio::main]
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/examples/account_storage.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use multiversx_sdk::{
blockchain::{GatewayProxy, DEVNET_GATEWAY},
data::address::Address,
gateway::{GatewayProxy, DEVNET_GATEWAY},
};

#[tokio::main]
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/examples/get_esdt_tokens.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use multiversx_sdk::{
blockchain::{GatewayProxy, DEVNET_GATEWAY},
data::address::Address,
gateway::{GatewayProxy, DEVNET_GATEWAY},
};

#[tokio::main]
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/examples/get_hyper_block_by_hash.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use multiversx_sdk::blockchain::{GatewayProxy, DEVNET_GATEWAY};
use multiversx_sdk::gateway::{GatewayProxy, DEVNET_GATEWAY};

#[tokio::main]
async fn main() {
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/examples/get_hyper_block_by_nonce.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use multiversx_sdk::blockchain::{GatewayProxy, DEVNET_GATEWAY};
use multiversx_sdk::gateway::{GatewayProxy, DEVNET_GATEWAY};

#[tokio::main]
async fn main() {
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/examples/get_hyper_block_latest.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use multiversx_sdk::blockchain::{GatewayProxy, DEVNET_GATEWAY};
use multiversx_sdk::gateway::{GatewayProxy, DEVNET_GATEWAY};

#[tokio::main]
async fn main() {
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/examples/get_network_config.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use multiversx_sdk::blockchain::{GatewayProxy, DEVNET_GATEWAY};
use multiversx_sdk::gateway::{GatewayProxy, DEVNET_GATEWAY};

#[tokio::main]
async fn main() {
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/examples/get_network_economics.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use multiversx_sdk::blockchain::{GatewayProxy, DEVNET_GATEWAY};
use multiversx_sdk::gateway::{GatewayProxy, DEVNET_GATEWAY};

#[tokio::main]
async fn main() {
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/examples/sign_tx.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use multiversx_sdk::{
blockchain::{GatewayProxy, DEVNET_GATEWAY},
data::transaction::Transaction,
gateway::{GatewayProxy, DEVNET_GATEWAY},
wallet::Wallet,
};

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/examples/sign_txs.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use multiversx_sdk::{
blockchain::{GatewayProxy, DEVNET_GATEWAY},
data::transaction::Transaction,
gateway::{GatewayProxy, DEVNET_GATEWAY},
wallet::Wallet,
};

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/examples/tx_cost.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use multiversx_sdk::{
blockchain::{GatewayProxy, DEVNET_GATEWAY},
data::{address::Address, transaction::Transaction},
gateway::{GatewayProxy, DEVNET_GATEWAY},
utils::base64_encode,
};

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/examples/tx_default_args.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use multiversx_sdk::{
blockchain::{GatewayProxy, DEVNET_GATEWAY},
data::address::Address,
gateway::{GatewayProxy, DEVNET_GATEWAY},
};

#[tokio::main]
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/examples/tx_info.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use multiversx_sdk::blockchain::{GatewayProxy, DEVNET_GATEWAY};
use multiversx_sdk::gateway::{GatewayProxy, DEVNET_GATEWAY};

#[tokio::main]
async fn main() {
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/examples/vm_query.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use multiversx_sdk::{
blockchain::{GatewayProxy, DEVNET_GATEWAY},
data::{address::Address, vm::VmValueRequest},
gateway::{GatewayProxy, DEVNET_GATEWAY},
wallet::Wallet,
};

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sdk/core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub mod blockchain;
pub mod crypto;
pub mod data;
pub mod gateway;
pub mod utils;
pub mod wallet;

0 comments on commit a31a3b2

Please sign in to comment.