Package org.polkadot.types.type
Class Proposal
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,Codec>
-
- org.polkadot.types.codec.Struct
-
- org.polkadot.types.primitive.Method
-
- org.polkadot.types.type.Proposal
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,Codec>,Codec,Types.IMethod
public class Proposal extends Method
A proposal in the system. It just extendsMethod(Proposal = Call in Rust)- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.polkadot.types.primitive.Method
Method.DecodedMethod, Method.DecodeMethodInput, Method.MethodFunction, Method.MethodIndex, Method.Methods, Method.ModulesWithMethods
-
-
Constructor Summary
Constructors Constructor Description Proposal(java.lang.Object value, Modules.FunctionMetadata meta)
-
Method Summary
-
Methods inherited from class org.polkadot.types.primitive.Method
filterOrigin, getArgs, getArgsDef, getCallIndex, getData, getMeta, hasOrigin, injectMethods
-
Methods inherited from class org.polkadot.types.codec.Struct
builder, eq, getEncodedLength, getField, isEmpty, toArray, toHex, toJson, toString, toU8a, with
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
Proposal
public Proposal(java.lang.Object value, Modules.FunctionMetadata meta)
-
-