Skip to content

Commit 1116639

Browse files
committed
review
1 parent 9517645 commit 1116639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lazer/sdk/rust/protocol/src/jrpc.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ pub struct Filter {
4848

4949
#[derive(Serialize, Deserialize, Debug, Eq, PartialEq)]
5050
pub struct GetMetadataParams {
51-
pub filters: Option<Vec<Filter>>,
51+
pub names: Option<Vec<String>>,
52+
pub asset_types: Option<Vec<String>>,
5253
}
5354

5455
#[derive(Serialize, Deserialize, Debug, Eq, PartialEq)]

0 commit comments

Comments
 (0)