public static class Types.DecoratedRpc<ApplyResult> extends java.lang.Object implements IModule<Types.DecoratedRpcSection<ApplyResult>>
| Constructor and Description |
|---|
DecoratedRpc() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSection(java.lang.String sectionName,
Types.DecoratedRpcSection section) |
Types.DecoratedRpcSection<ApplyResult> |
author() |
Types.DecoratedRpcSection<ApplyResult> |
chain() |
Types.DecoratedRpcSection |
section(java.lang.String section) |
java.util.Set<java.lang.String> |
sectionNames() |
Types.DecoratedRpcSection<ApplyResult> |
state() |
Types.DecoratedRpcSection<ApplyResult> |
system() |
public Types.DecoratedRpcSection section(java.lang.String section)
section in interface IModule<Types.DecoratedRpcSection<ApplyResult>>public java.util.Set<java.lang.String> sectionNames()
sectionNames in interface IModule<Types.DecoratedRpcSection<ApplyResult>>public void addSection(java.lang.String sectionName,
Types.DecoratedRpcSection section)
addSection in interface IModule<Types.DecoratedRpcSection<ApplyResult>>public Types.DecoratedRpcSection<ApplyResult> author()
public Types.DecoratedRpcSection<ApplyResult> chain()
public Types.DecoratedRpcSection<ApplyResult> state()
public Types.DecoratedRpcSection<ApplyResult> system()