Skip to content

Commit

Permalink
Fixes after testnet update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sauli Ketola committed Sep 11, 2020
1 parent 2725a71 commit 17c5dbf
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ public interface ParentVASPAccountRole extends AccountRole {

@JsonProperty("num_children")
Long numChildren();

@JsonProperty("base_url_rotation_events_key")
String baseUrlRotationEventsKey();

@JsonProperty("compliance_key_rotation_events_key")
String complianceKeyRotationEventsKey();
}

0 comments on commit 17c5dbf

Please sign in to comment.