Class SMInternalTransactionBuilder
- java.lang.Object
-
- com.h2tcoin.takamakachain.wallet.adapter.impl.SMInternalTransactionBuilder
-
public class SMInternalTransactionBuilder extends Object
- Author:
- giovanni.antino@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description SMInternalTransactionBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
boxCreateAccountRequest(io.hotmoka.beans.requests.RedGreenGameteCreationTransactionRequest accountCreationRequest)
static InternalTransactionBean
createAccountITB(BigInteger greenValue, BigInteger redValue, InstanceWalletKeystoreInterface iwk, int index, Date notBefore)
-
-
-
Method Detail
-
createAccountITB
public static final InternalTransactionBean createAccountITB(BigInteger greenValue, BigInteger redValue, InstanceWalletKeystoreInterface iwk, int index, Date notBefore) throws WalletException
- Throws:
WalletException
-
boxCreateAccountRequest
public static final String boxCreateAccountRequest(io.hotmoka.beans.requests.RedGreenGameteCreationTransactionRequest accountCreationRequest)
-
-