Package org.starcoin.bean
Class StateProof
- java.lang.Object
-
- org.starcoin.bean.StateProof
-
public class StateProof extends Object
-
-
Constructor Summary
Constructors Constructor Description StateProof()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountProofgetAccountProof()StringgetAccountState()AccountProofgetAccountStateProof()StringgetState()voidsetAccountProof(AccountProof accountProof)voidsetAccountState(String accountState)voidsetAccountStateProof(AccountProof accountStateProof)voidsetState(String state)StringtoString()
-
-
-
Method Detail
-
getAccountProof
public AccountProof getAccountProof()
-
setAccountProof
public void setAccountProof(AccountProof accountProof)
-
getAccountState
public String getAccountState()
-
setAccountState
public void setAccountState(String accountState)
-
getAccountStateProof
public AccountProof getAccountStateProof()
-
setAccountStateProof
public void setAccountStateProof(AccountProof accountStateProof)
-
getState
public String getState()
-
setState
public void setState(String state)
-
-