public class SupplementalAccountKeys
extends java.lang.Object
Constructor and Description |
---|
SupplementalAccountKeys(PublicKey linked,
PublicKey node,
PublicKey vrf,
java.util.List<AccountLinkVotingKey> voting) |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<PublicKey> |
getLinked() |
java.util.Optional<PublicKey> |
getNode() |
java.util.List<AccountLinkVotingKey> |
getVoting() |
java.util.Optional<PublicKey> |
getVrf() |
public SupplementalAccountKeys(PublicKey linked, PublicKey node, PublicKey vrf, java.util.List<AccountLinkVotingKey> voting)
public java.util.Optional<PublicKey> getLinked()
public java.util.Optional<PublicKey> getNode()
public java.util.Optional<PublicKey> getVrf()
public java.util.List<AccountLinkVotingKey> getVoting()