public static interface NetworkEthereumAttributes.Builder extends SdkPojo, CopyableBuilder<NetworkEthereumAttributes.Builder,NetworkEthereumAttributes>
| Modifier and Type | Method and Description |
|---|---|
NetworkEthereumAttributes.Builder |
chainId(String chainId)
The Ethereum
CHAIN_ID associated with the Ethereum network. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkEthereumAttributes.Builder chainId(String chainId)
The Ethereum CHAIN_ID associated with the Ethereum network. Chain IDs are as follows:
mainnet = 1
goerli = 5
rinkeby = 4
chainId - The Ethereum CHAIN_ID associated with the Ethereum network. Chain IDs are as follows:
mainnet = 1
goerli = 5
rinkeby = 4
Copyright © 2023. All rights reserved.