Skip to content

Commit

Permalink
Merge pull request #131 from ketola/testnet-20200909
Browse files Browse the repository at this point in the history
Fixes after testnet update 20200909
  • Loading branch information
ketola authored Sep 11, 2020
2 parents 2725a71 + 17c5dbf commit d586867
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 d586867

Please sign in to comment.