mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
Fix Contracts rpc output format. (#4304)
This commit is contained in:
committed by
Bastian Köcher
parent
37ed154535
commit
145086722d
@@ -28,7 +28,6 @@ use sp_runtime::RuntimeDebug;
|
||||
|
||||
/// A result of execution of a contract.
|
||||
#[derive(Eq, PartialEq, Encode, Decode, RuntimeDebug)]
|
||||
#[cfg_attr(feature = "std", derive(serde::Serialize, serde::Deserialize))]
|
||||
pub enum ContractExecResult {
|
||||
/// The contract returned successfully.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user