Class AccountMintSandboxTokensParams
-
- All Implemented Interfaces:
-
com.dinari.api.core.Params
public final class AccountMintSandboxTokensParams implements Params
Mints 1,000 mockUSD sandbox payment tokens to the
Walletconnected to theAccount.This feature is only supported in sandbox mode.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountMintSandboxTokensParams.BuilderA builder for AccountMintSandboxTokensParams.
public final classAccountMintSandboxTokensParams.BodyInput parameters for minting sandbox payment tokens.
-
Method Summary
Modifier and Type Method Description final Optional<String>accountId()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>_additionalBodyProperties()final Headers_additionalHeaders()final QueryParams_additionalQueryParams()final AccountMintSandboxTokensParams.BuildertoBuilder()final AccountMintSandboxTokensParams.Body_body()final String_pathParam(Integer index)Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static AccountMintSandboxTokensParamsnone()final static AccountMintSandboxTokensParams.Builderbuilder()Returns a mutable builder for constructing an instance of AccountMintSandboxTokensParams. -
-
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.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
toBuilder
final AccountMintSandboxTokensParams.Builder toBuilder()
-
_body
final AccountMintSandboxTokensParams.Body _body()
-
_pathParam
final String _pathParam(Integer index)
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
none
final static AccountMintSandboxTokensParams none()
-
builder
final static AccountMintSandboxTokensParams.Builder builder()
Returns a mutable builder for constructing an instance of AccountMintSandboxTokensParams.
-
-
-
-