feat(rpc-type) : make TraceCallRequest with Default Trait (#5394)

This commit is contained in:
DoTheBestToGetTheBest
2023-11-12 05:21:44 -08:00
committed by GitHub
parent b1b27e231b
commit 02502adb96

View File

@ -8,7 +8,7 @@ use serde::{Deserialize, Serialize};
use std::collections::HashSet;
/// Container type for `trace_call` arguments
#[derive(Debug, Serialize, Deserialize)]
#[derive(Debug, Serialize, Deserialize, Default)]
pub struct TraceCallRequest {
/// call request object
pub call: CallRequest,