@hashgraphonline/standards-sdk
Version:
The Hashgraph Online Standards SDK provides a complete implementation of the Hashgraph Consensus Standards (HCS), giving developers all the tools needed to build applications on Hedera.
11 lines (10 loc) • 333 B
JavaScript
var CustomFeeType = /* @__PURE__ */ ((CustomFeeType2) => {
CustomFeeType2["FIXED_FEE"] = "FIXED_FEE";
CustomFeeType2["FRACTIONAL_FEE"] = "FRACTIONAL_FEE";
CustomFeeType2["ROYALTY_FEE"] = "ROYALTY_FEE";
return CustomFeeType2;
})(CustomFeeType || {});
export {
CustomFeeType
};
//# sourceMappingURL=standards-sdk.es31.js.map