Vechain
getVechainSignedTransaction
Parameters
Parameter
Type
Description
class VechainTransaction
Name
Type
Description
Returns
Requirements
Last updated
Last updated
String keyPath = "m/44'/818'/0'/0/0";
VechainTransaction vechainTransaction;
vechainTransaction = new VechainTransaction.Builder()
.keyPath(Bip44KeyPath.valueOf(keyPath))
.sigHash("f83b2787c6143a04c08fe18202d0e1e094a57105e43efa47e787d84bb6dfedb19bdcaa8a908908e3f50b173c100001808082520880860152671166bdc0")
.fee("0.21")
.decimals(18)
.symbol("VET")
.build();
String response = mDcentmanager.getVechainSignedTransaction(CoinType.VECHAIN, vechainTransaction);