Uses of Class
org.starcoin.bean.TypeObj
-
Packages that use TypeObj Package Description org.starcoin.bean org.starcoin.utils -
-
Uses of TypeObj in org.starcoin.bean
Methods in org.starcoin.bean that return TypeObj Modifier and Type Method Description static TypeObjTypeObj. STC() -
Uses of TypeObj in org.starcoin.utils
Methods in org.starcoin.utils with parameters of type TypeObj Modifier and Type Method Description TransactionPayloadStarcoinClient. buildTransferPayload(AccountAddress toAddress, TypeObj typeObj, BigInteger amount)StringStarcoinClient. transfer(AccountAddress sender, Ed25519PrivateKey privateKey, AccountAddress to, TypeObj typeObj, BigInteger amount)
-