All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fireblocks.sdk.InstanceTimeWrapper Maven / Gradle / Ivy

/*
 * Fireblocks API
 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
 *
 * The version of the OpenAPI document: 1.6.2
 * Contact: [email protected]
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */

package com.fireblocks.sdk;


import java.time.Instant;

public class InstanceTimeWrapper {
    public static Instant now() {
        return Instant.now();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy