Skip to main content
Package: com.coinbase.cdp.types

Method Details

getAddress

Returns: String - The 0x-prefixed, checksum EVM address.

getName

Returns: Optional<String> - An optional name for the account. Account names can consist of alphanumeric characters and hyphens, and be between 2 and 36 characters long. Account names are guaranteed to be unique across all EVM accounts in the developer’s CDP Project.

getPolicies

Returns: Optional<List<String>> - The list of policy IDs that apply to the account. This will include both the project-level policy and the account-level policy, if one exists.

getCreatedAt

Returns: Optional<OffsetDateTime> - The UTC ISO 8601 timestamp at which the account was created.

getUpdatedAt

Returns: Optional<OffsetDateTime> - The UTC ISO 8601 timestamp at which the account was last updated.

equals

Overrides: [equals](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#equals\(java.lang.Object\) "class or interface in java.lang") in class [Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang") Parameters: other - Object Returns: boolean

getAdditionalProperties

Returns: Map<String,Object>

hashCode

Overrides: [hashCode](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#hashCode\(\) "class or interface in java.lang") in class [Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang") Returns: int

toString

Overrides: [toString](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#toString\(\) "class or interface in java.lang") in class [Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang") Returns: String

builder

Returns: EvmAccount.AddressStage