mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-19 14:31:04 +00:00
@@ -35,7 +35,7 @@ pub struct Contract {
|
||||
/// The contract optimized IR code.
|
||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
pub ir_optimized: Option<String>,
|
||||
/// The contract EraVM bytecode hash.
|
||||
/// The contract PolkaVM bytecode hash.
|
||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
pub hash: Option<String>,
|
||||
/// The contract factory dependencies.
|
||||
|
||||
Reference in New Issue
Block a user