Skip to content

Commit

Permalink
add the use of Vec (#1264)
Browse files Browse the repository at this point in the history
* Add vtoken exchange rate rpc

* add the use of Vec
  • Loading branch information
SunTiebing authored Jun 12, 2024
1 parent fec4a12 commit 96aa7fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/vtoken-minting/rpc/runtime-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
use parity_scale_codec::Codec;
use sp_api::decl_runtime_apis;
use sp_core::U256;
use sp_std::vec::Vec;

decl_runtime_apis! {
pub trait VtokenMintingRuntimeApi<CurrencyId> where CurrencyId: Codec
Expand Down

0 comments on commit 96aa7fb

Please sign in to comment.