com.concordium.sdk.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of concordium-sdk Show documentation
Show all versions of concordium-sdk Show documentation
An SDK for interacting with the Concordium blockchain
The newest version!
package com.concordium.sdk;
import java.time.ZoneId;
public class Constants {
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");
}