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

com.hedera.hashgraph.sdk.proto.PendingAirdropValueOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.40.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: basic_types.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

public interface PendingAirdropValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.PendingAirdropValue)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * An amount to transfer for fungible/common tokens.<br/>
   * This is expressed in the smallest available units for that token
   * (i.e. 10<sup>-`decimals`</sup> whole tokens).<br/>
   * This amount SHALL be transferred from the sender to the receiver, if claimed.<br/>
   * If the token is a fungible/common token, this value MUST be strictly greater than `0`.
   * If the token is a non-fungible/unique token, this message SHOULD NOT be set, and if
   * set, this field MUST be `0`.
   * 
* * uint64 amount = 1; * @return The amount. */ long getAmount(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy