mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 12:55:48 +00:00
Contracts pallet: Bump Runtime API (#12677)
This commit is contained in:
@@ -1199,6 +1199,7 @@ where
|
|||||||
|
|
||||||
sp_api::decl_runtime_apis! {
|
sp_api::decl_runtime_apis! {
|
||||||
/// The API used to dry-run contract interactions.
|
/// The API used to dry-run contract interactions.
|
||||||
|
#[api_version(2)]
|
||||||
pub trait ContractsApi<AccountId, Balance, BlockNumber, Hash> where
|
pub trait ContractsApi<AccountId, Balance, BlockNumber, Hash> where
|
||||||
AccountId: Codec,
|
AccountId: Codec,
|
||||||
Balance: Codec,
|
Balance: Codec,
|
||||||
|
|||||||
Reference in New Issue
Block a user