Package com.casper.sdk.model.bid
Class Bridge
- java.lang.Object
-
- com.casper.sdk.model.bid.Bridge
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetEraId()Era when bridge record was created.PublicKeygetNewValidatorPublicKey()New validator public key associated with the bid.PublicKeygetOldValidatorPublicKey()Previous validator public key associated with the bid.voidsetEraId(long eraId)Era when bridge record was created.voidsetNewValidatorPublicKey(PublicKey newValidatorPublicKey)New validator public key associated with the bid.voidsetOldValidatorPublicKey(PublicKey oldValidatorPublicKey)Previous validator public key associated with the bid.
-
-
-
Method Detail
-
getOldValidatorPublicKey
public PublicKey getOldValidatorPublicKey()
Previous validator public key associated with the bid.
-
getNewValidatorPublicKey
public PublicKey getNewValidatorPublicKey()
New validator public key associated with the bid.
-
getEraId
public long getEraId()
Era when bridge record was created.
-
setOldValidatorPublicKey
public void setOldValidatorPublicKey(PublicKey oldValidatorPublicKey)
Previous validator public key associated with the bid.
-
setNewValidatorPublicKey
public void setNewValidatorPublicKey(PublicKey newValidatorPublicKey)
New validator public key associated with the bid.
-
setEraId
public void setEraId(long eraId)
Era when bridge record was created.
-
-