public class SignServer extends Object
| Constructor and Description |
|---|
SignServer(String url) |
| Modifier and Type | Method and Description |
|---|---|
Object |
sendMultiSigRawTx(String rawTx,
int m,
String[] pubkeys) |
Object |
sendSigNativeInvokeTx(String contractAddr,
String method,
int version,
long gasLimit,
long gasPrice,
Map parameters) |
Object |
sendSigNeoInvokeTx(String contractAddr,
int version,
long gasLimit,
long gasPrice,
Map parameters) |
Object |
sendSigRawTx(String rawTx) |
Object |
sendSigTransferTx(String asset,
String from,
String to,
long amount,
long gasLimit,
long gasPrice) |
public Object sendMultiSigRawTx(String rawTx, int m, String[] pubkeys) throws Exception
Exceptionpublic Object sendSigTransferTx(String asset, String from, String to, long amount, long gasLimit, long gasPrice) throws Exception
Exceptionpublic Object sendSigNativeInvokeTx(String contractAddr, String method, int version, long gasLimit, long gasPrice, Map parameters) throws Exception
ExceptionCopyright © 2020. All rights reserved.