com.hedera.hashgraph.sdk.proto.PendingAirdropValueOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The 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();
}