referrerpolicy=no-referrer-when-downgrade

snowbridge_pallet_inbound_queue_fixtures/
lib.rs

1// SPDX-License-Identifier: Apache-2.0
2// SPDX-FileCopyrightText: 2023 Snowfork <hello@snowfork.com>
3#![cfg_attr(not(feature = "std"), no_std)]
4
5pub mod register_token;
6pub mod send_native_eth;
7pub mod send_token;
8pub mod send_token_to_penpal;