Package org.polkadot.types.type
Class WithdrawReasons
- java.lang.Object
-
- org.polkadot.types.codec.Base<java.util.List<java.lang.String>>
-
- org.polkadot.types.codec.Set
-
- org.polkadot.types.type.WithdrawReasons
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.polkadot.types.codec.Set
Set.SetValues
-
-
Constructor Summary
Constructors Constructor Description WithdrawReasons(java.lang.Object value)
-
Method Summary
Modifier and Type Method Description booleanisReserve()In order to reserve some funds for a later return or repatriationbooleanisTransactionPayment()In order to pay for (system) transaction costsbooleanisTransfer()In order to transfer ownership-
Methods inherited from class org.polkadot.types.codec.Set
eq, getEncodedLength, isEmpty, toHex, toJson, toString, toU8a, valueEncoded, values
-
-