com.coinbase.cdp.resources.enduseraccounts.requests
Method Details
getIdempotencyKey
Optional<String> - An optional string request header for making requests safely retryable. When included, duplicate requests with the same key will return identical responses. Refer to our Idempotency docs for more information on using idempotency keys.
getDeveloperAuth
Optional<String> - A JWT signed using your Wallet Secret, encoded in base64. Refer to the Generate Wallet Token section of our Authentication docs for more details on how to generate your Wallet Token.
getProjectId
Optional<String> - The ID of the CDP Project. Required for end users authenticated using custom auth (i.e. a non-CDP JWT provider).
getNetwork
getCalls
List<EvmCall> - The list of calls to make from the Smart Account.
getUseCdpPaymaster
boolean - Whether to use the CDP Paymaster for the user operation.
getPaymasterUrl
Optional<Url> - The URL of the paymaster to use for the user operation. If using the CDP Paymaster, use the useCdpPaymaster option.
getPaymasterContext
Optional<PaymasterContext>
getWalletSecretId
Optional<String> - Required when not using delegated signing. The ID of the Temporary Wallet Secret that was used to sign the X-Wallet-Auth Header.
getDataSuffix
Optional<String> - The EIP-8021 data suffix (hex-encoded) that enables transaction attribution for the user operation.
equals
[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
Map<String,Object>
hashCode
[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
[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
NetworkStage