-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: master
Are you sure you want to change the base?
Conversation
57fe1ce
to
fe3311c
Compare
Signed-off-by: Nikita Zaporozhets <[email protected]>
base: Url, | ||
} | ||
|
||
impl TonClient { |
Check failure
Code scanning / clippy
method get_address_information is never used Error
base: Url, | ||
} | ||
|
||
impl TonClient { |
Check failure
Code scanning / clippy
method get_address_information is never used Error
} | ||
} | ||
|
||
pub async fn get_address_information( |
Check failure
Code scanning / clippy
method get_address_information is never used Error
} | ||
} | ||
|
||
pub async fn get_address_information( |
Check failure
Code scanning / clippy
method get_address_information is never used Error
wallet: TonWallet, | ||
} | ||
|
||
impl SignedTonClient { |
Check failure
Code scanning / clippy
methods client and wallet are never used Error
&self.client | ||
} | ||
|
||
pub fn wallet(&self) -> &TonWallet { |
Check failure
Code scanning / clippy
methods client and wallet are never used Error
V4R2(Wallet<V4R2>), | ||
} | ||
|
||
impl TonWallet { |
Check failure
Code scanning / clippy
method wallet_id is never used Error
V4R2(Wallet<V4R2>), | ||
} | ||
|
||
impl TonWallet { |
Check failure
Code scanning / clippy
method wallet_id is never used Error
} | ||
} | ||
|
||
pub fn wallet_id(&self) -> u32 { |
Check failure
Code scanning / clippy
method wallet_id is never used Error
} | ||
} | ||
|
||
pub fn wallet_id(&self) -> u32 { |
Check failure
Code scanning / clippy
method wallet_id is never used Error
Signed-off-by: Nikita Zaporozhets <[email protected]>
sora-xor/sora2-network#1148