public class SignServer extends Object
| 构造器和说明 |
|---|
SignServer(String url) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2021. All rights reserved.