Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface PendingAirdropValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
PendingAirdropValue,PendingAirdropValue.Builder
@Generated
public interface PendingAirdropValueOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong* An amount to transfer for fungible/common tokens.<br/> This is expressed in the smallest available units for that token (i.e.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getAmount
long getAmount()* 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). <p> 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`.<br/> 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;- Returns:
- The amount.
-