public static class SubmittableExtrinsic.SubmittableResult extends Struct
| Constructor and Description |
|---|
SubmittableResult(java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
EventRecord |
findRecord(java.lang.String section,
java.lang.String method)
Finds an EventRecord for the specified method & section
|
java.util.List<EventRecord> |
getEvents()
the contained events
|
ExtrinsicStatus |
getStatus()
the status
|
builder, eq, getEncodedLength, getField, isEmpty, toArray, toHex, toJson, toString, toU8a, withclear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizefinalize, getClass, notify, notifyAll, wait, wait, waitgetConstructorCodec, toU8apublic java.util.List<EventRecord> getEvents()
the contained events
public ExtrinsicStatus getStatus()
the status
public EventRecord findRecord(java.lang.String section, java.lang.String method)
Finds an EventRecord for the specified method & section