
com.hederahashgraph.api.proto.java.CryptoTransferTransactionBodyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CryptoTransfer.proto
package com.hederahashgraph.api.proto.java;
public interface CryptoTransferTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.CryptoTransferTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
* Accounts and amounts to transfer
*
*
* .proto.TransferList transfers = 1;
*/
boolean hasTransfers();
/**
*
* Accounts and amounts to transfer
*
*
* .proto.TransferList transfers = 1;
*/
com.hederahashgraph.api.proto.java.TransferList getTransfers();
/**
*
* Accounts and amounts to transfer
*
*
* .proto.TransferList transfers = 1;
*/
com.hederahashgraph.api.proto.java.TransferListOrBuilder getTransfersOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy