Uses of Class
com.algorand.algosdk.transaction.HeartbeatProof
-
Packages that use HeartbeatProof Package Description com.algorand.algosdk.transaction -
-
Uses of HeartbeatProof in com.algorand.algosdk.transaction
Fields in com.algorand.algosdk.transaction declared as HeartbeatProof Modifier and Type Field Description HeartbeatProof
HeartbeatTxnFields. hbProof
Constructors in com.algorand.algosdk.transaction with parameters of type HeartbeatProof Constructor Description HeartbeatTxnFields(byte[] hbAddress, HeartbeatProof hbProof, byte[] hbSeed, byte[] hbVoteID, BigInteger hbKeyDilution)
HeartbeatTxnFields(Address hbAddress, HeartbeatProof hbProof, byte[] hbSeed, ParticipationPublicKey hbVoteID, BigInteger hbKeyDilution)
-