
com.hederahashgraph.api.proto.java.AccountAmountOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CryptoTransfer.proto
package com.hederahashgraph.api.proto.java;
public interface AccountAmountOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.AccountAmount)
com.google.protobuf.MessageOrBuilder {
/**
*
* The Account ID that sends or receives cryptocurrency
*
*
* .proto.AccountID accountID = 1;
*/
boolean hasAccountID();
/**
*
* The Account ID that sends or receives cryptocurrency
*
*
* .proto.AccountID accountID = 1;
*/
com.hederahashgraph.api.proto.java.AccountID getAccountID();
/**
*
* The Account ID that sends or receives cryptocurrency
*
*
* .proto.AccountID accountID = 1;
*/
com.hederahashgraph.api.proto.java.AccountIDOrBuilder getAccountIDOrBuilder();
/**
*
* The amount of tinybars that the account sends(negative) or receives(positive)
*
*
* sint64 amount = 2;
*/
long getAmount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy