com.hederahashgraph.api.proto.java.PendingAirdropRecordOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: transaction_record.proto
package com.hederahashgraph.api.proto.java;
public interface PendingAirdropRecordOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.PendingAirdropRecord)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* A unique, composite, identifier for a pending airdrop.
* This field is REQUIRED.
*
*
* .proto.PendingAirdropId pending_airdrop_id = 1;
* @return Whether the pendingAirdropId field is set.
*/
boolean hasPendingAirdropId();
/**
*
**
* A unique, composite, identifier for a pending airdrop.
* This field is REQUIRED.
*
*
* .proto.PendingAirdropId pending_airdrop_id = 1;
* @return The pendingAirdropId.
*/
com.hederahashgraph.api.proto.java.PendingAirdropId getPendingAirdropId();
/**
*
**
* A unique, composite, identifier for a pending airdrop.
* This field is REQUIRED.
*
*
* .proto.PendingAirdropId pending_airdrop_id = 1;
*/
com.hederahashgraph.api.proto.java.PendingAirdropIdOrBuilder getPendingAirdropIdOrBuilder();
/**
*
**
* A single pending airdrop amount.
* If the pending airdrop is for a fungible/common token this field is REQUIRED
* and SHALL be the current amount of tokens offered.
* If the pending airdrop is for a non-fungible/unique token, this field SHALL NOT
* be set.
*
*
* .proto.PendingAirdropValue pending_airdrop_value = 2;
* @return Whether the pendingAirdropValue field is set.
*/
boolean hasPendingAirdropValue();
/**
*
**
* A single pending airdrop amount.
* If the pending airdrop is for a fungible/common token this field is REQUIRED
* and SHALL be the current amount of tokens offered.
* If the pending airdrop is for a non-fungible/unique token, this field SHALL NOT
* be set.
*
*
* .proto.PendingAirdropValue pending_airdrop_value = 2;
* @return The pendingAirdropValue.
*/
com.hederahashgraph.api.proto.java.PendingAirdropValue getPendingAirdropValue();
/**
*
**
* A single pending airdrop amount.
* If the pending airdrop is for a fungible/common token this field is REQUIRED
* and SHALL be the current amount of tokens offered.
* If the pending airdrop is for a non-fungible/unique token, this field SHALL NOT
* be set.
*
*
* .proto.PendingAirdropValue pending_airdrop_value = 2;
*/
com.hederahashgraph.api.proto.java.PendingAirdropValueOrBuilder getPendingAirdropValueOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy