import { ChainError, FeeAuthorizationDto, FeeAuthorizationResDto, FeeProperties, FeePropertiesDto, FetchFeeAuthorizationsDto, FetchFeeAuthorizationsResDto, FetchFeePropertiesDto, GalaChainResponse } from "@gala-chain/api"; import { GalaChainContext, GalaContract } from "../"; export declare class GalaChainFeeContract extends GalaContract { constructor(); AuthorizeFee(ctx: GalaChainContext, dto: FeeAuthorizationDto): Promise>; FetchFeeAuthorizations(ctx: GalaChainContext, dto: FetchFeeAuthorizationsDto): Promise>; FetchFeeProperties(ctx: GalaChainContext, dto: FetchFeePropertiesDto): Promise>; SetFeeProperties(ctx: GalaChainContext, dto: FeePropertiesDto): Promise>; } //# sourceMappingURL=GalaChainFeeContract.d.ts.map