Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ketola/jlibra
Browse files Browse the repository at this point in the history
  • Loading branch information
Sauli Ketola committed Sep 20, 2020
2 parents 463dfad + 1db8451 commit 2681787
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
@JsonDeserialize(as = ImmutableAccount.class)
public interface Account {

@JsonProperty("address")
String address();

@JsonProperty("authentication_key")
String authenticationKey();

Expand Down

0 comments on commit 2681787

Please sign in to comment.