All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.openelements.hiero.base.protocol.QueryRequest Maven / Gradle / Ivy

package com.openelements.hiero.base.protocol;

import com.hedera.hashgraph.sdk.Hbar;

public interface QueryRequest {
    Hbar queryPayment();

    Hbar maxQueryPayment();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy