Skip to content

Commit

Permalink
feat: support field extra in mercury RPC get_balance (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjchen7 authored Nov 4, 2022
1 parent 1cd0012 commit 77a6f3c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.nervos.mercury.model.req.payload;

import org.nervos.mercury.model.common.AssetInfo;
import org.nervos.mercury.model.common.ExtraFilter;
import org.nervos.mercury.model.req.item.Item;

import java.util.Set;
Expand All @@ -9,4 +10,5 @@ public class GetBalancePayload {
public Item item;
public Set<AssetInfo> assetInfos;
public Long tipBlockNumber;
public ExtraFilter.Type extra;
}

0 comments on commit 77a6f3c

Please sign in to comment.