Package org.polkadot.api
Class Types.DecoratedRpcSection<ApplyResult>
- java.lang.Object
-
- org.polkadot.direct.ISection<Types.DecoratedRpcMethod<ApplyResult>>
-
- org.polkadot.api.Types.DecoratedRpcSection<ApplyResult>
-
- Enclosing interface:
- Types
public static class Types.DecoratedRpcSection<ApplyResult> extends ISection<Types.DecoratedRpcMethod<ApplyResult>>
-
-
Constructor Summary
Constructors Constructor Description DecoratedRpcSection()
-
Method Summary
Modifier and Type Method Description Types.DecoratedRpcMethodgetMethod(java.lang.String methodName)-
Methods inherited from class org.polkadot.direct.ISection
addFunction, function, functionNames
-
-
-
-
Method Detail
-
getMethod
public Types.DecoratedRpcMethod getMethod(java.lang.String methodName)
-
-