Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TON bridge support #38

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

TON bridge support #38

wants to merge 14 commits into from

Conversation

vovac12
Copy link
Contributor

@vovac12 vovac12 commented Jul 26, 2024

@vovac12 vovac12 changed the base branch from master to evm-bridge July 26, 2024 13:05
@vovac12 vovac12 marked this pull request as ready for review August 1, 2024 08:54
@vovac12 vovac12 force-pushed the evm-bridge branch 2 times, most recently from 57fe1ce to fe3311c Compare August 1, 2024 10:01
Base automatically changed from evm-bridge to master August 1, 2024 10:26
base: Url,
}

impl TonClient {

Check failure

Code scanning / clippy

method get_address_information is never used Error

method get\_address\_information is never used
base: Url,
}

impl TonClient {

Check failure

Code scanning / clippy

method get_address_information is never used Error

method get\_address\_information is never used
}
}

pub async fn get_address_information(

Check failure

Code scanning / clippy

method get_address_information is never used Error

method get\_address\_information is never used
}
}

pub async fn get_address_information(

Check failure

Code scanning / clippy

method get_address_information is never used Error

method get\_address\_information is never used
wallet: TonWallet,
}

impl SignedTonClient {

Check failure

Code scanning / clippy

methods client and wallet are never used Error

methods client and wallet are never used
&self.client
}

pub fn wallet(&self) -> &TonWallet {

Check failure

Code scanning / clippy

methods client and wallet are never used Error

methods client and wallet are never used
V4R2(Wallet<V4R2>),
}

impl TonWallet {

Check failure

Code scanning / clippy

method wallet_id is never used Error

method wallet\_id is never used
V4R2(Wallet<V4R2>),
}

impl TonWallet {

Check failure

Code scanning / clippy

method wallet_id is never used Error

method wallet\_id is never used
}
}

pub fn wallet_id(&self) -> u32 {

Check failure

Code scanning / clippy

method wallet_id is never used Error

method wallet\_id is never used
}
}

pub fn wallet_id(&self) -> u32 {

Check failure

Code scanning / clippy

method wallet_id is never used Error

method wallet\_id is never used
Signed-off-by: Nikita Zaporozhets <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants