Package org.iota.types.output_builder
Class FoundryOutputBuilderParams
- java.lang.Object
-
- org.iota.types.output_builder.FoundryOutputBuilderParams
-
public class FoundryOutputBuilderParams extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FoundryOutputBuilderParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonObjectgetJson()FoundryOutputBuilderParamswithAmount(java.lang.String amount)FoundryOutputBuilderParamswithFeatures(Feature[] features)FoundryOutputBuilderParamswithImmutableFeatures(Feature[] immutableFeatures)FoundryOutputBuilderParamswithNativeTokens(NativeToken[] nativeTokens)FoundryOutputBuilderParamswithSerialNumber(int serialNumber)FoundryOutputBuilderParamswithTokenScheme(TokenScheme tokenScheme)FoundryOutputBuilderParamswithUnlockConditions(UnlockCondition[] unlockConditions)
-
-
-
Method Detail
-
withAmount
public FoundryOutputBuilderParams withAmount(java.lang.String amount)
-
withNativeTokens
public FoundryOutputBuilderParams withNativeTokens(NativeToken[] nativeTokens)
-
withSerialNumber
public FoundryOutputBuilderParams withSerialNumber(int serialNumber)
-
withTokenScheme
public FoundryOutputBuilderParams withTokenScheme(TokenScheme tokenScheme)
-
withUnlockConditions
public FoundryOutputBuilderParams withUnlockConditions(UnlockCondition[] unlockConditions)
-
withFeatures
public FoundryOutputBuilderParams withFeatures(Feature[] features)
-
withImmutableFeatures
public FoundryOutputBuilderParams withImmutableFeatures(Feature[] immutableFeatures)
-
getJson
public com.google.gson.JsonObject getJson()
-
-