Class AccountMintSandboxTokensParams.Body
-
- All Implemented Interfaces:
public final class AccountMintSandboxTokensParams.BodyInput parameters for minting sandbox payment tokens.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountMintSandboxTokensParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<Chain>chainId()CAIP-2 chain ID of blockchain in which to mint the sandbox payment tokens. final JsonField<Chain>_chainId()Returns the raw JSON value of chainId. final Map<String, JsonValue>_additionalProperties()final AccountMintSandboxTokensParams.Body.BuildertoBuilder()final AccountMintSandboxTokensParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AccountMintSandboxTokensParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
chainId
final Optional<Chain> chainId()
CAIP-2 chain ID of blockchain in which to mint the sandbox payment tokens. If none specified, defaults to eip155:421614. If the
Accountis linked to a Dinari-managedWallet, only eip155:42161 is allowed.
-
_chainId
final JsonField<Chain> _chainId()
Returns the raw JSON value of chainId.
Unlike chainId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AccountMintSandboxTokensParams.Body.Builder toBuilder()
-
validate
final AccountMintSandboxTokensParams.Body validate()
-
builder
final static AccountMintSandboxTokensParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-