public class JsonRPCTransaction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonRPCTransaction.TransactionError |
static class |
JsonRPCTransaction.TransactionResult |
| Constructor and Description |
|---|
JsonRPCTransaction() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(JsonRPCRequest r) |
void |
add(String methodName,
Map<String,com.google.gwt.json.client.JSONValue> params) |
Promise<JsonRPCTransaction.TransactionResult,IError> |
commit() |
JsonRPCRequest |
get(long id) |
int |
getCount() |
Collection<JsonRPCRequest> |
getRequests() |
com.google.gwt.json.client.JSONValue |
toJSON() |
public void add(JsonRPCRequest r)
public com.google.gwt.json.client.JSONValue toJSON()
public int getCount()
public JsonRPCRequest get(long id)
public Collection<JsonRPCRequest> getRequests()
public Promise<JsonRPCTransaction.TransactionResult,IError> commit()
Copyright © 2018. All rights reserved.