Package org.iota.types.secret
Class GenerateAddressesOptions
- java.lang.Object
-
- org.iota.types.secret.GenerateAddressesOptions
-
public class GenerateAddressesOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GenerateAddressesOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonObjectgetJson()GenerateAddressesOptionswithAccountIndex(java.lang.Integer accountIndex)GenerateAddressesOptionswithBech32Hrp(java.lang.String bech32Hrp)GenerateAddressesOptionswithCoinType(java.lang.Integer coinType)GenerateAddressesOptionswithInternal(java.lang.Boolean internal)GenerateAddressesOptionswithOptions(org.iota.types.secret.GenerateAddressesOptions.GenerateAddressOptions options)GenerateAddressesOptionswithRange(Range range)
-
-
-
Method Detail
-
withCoinType
public GenerateAddressesOptions withCoinType(java.lang.Integer coinType)
-
withAccountIndex
public GenerateAddressesOptions withAccountIndex(java.lang.Integer accountIndex)
-
withRange
public GenerateAddressesOptions withRange(Range range)
-
withInternal
public GenerateAddressesOptions withInternal(java.lang.Boolean internal)
-
withBech32Hrp
public GenerateAddressesOptions withBech32Hrp(java.lang.String bech32Hrp)
-
withOptions
public GenerateAddressesOptions withOptions(org.iota.types.secret.GenerateAddressesOptions.GenerateAddressOptions options)
-
getJson
public com.google.gson.JsonObject getJson()
-
-