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, with
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
finalize, getClass, notify, notifyAll, wait, wait, wait
getConstructorCodec, toU8a
public 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