Skip to content

Commit

Permalink
chore: Tag account api as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Aug 19, 2023
1 parent 8333bb3 commit 24f5565
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import com.bloxbean.cardano.yaci.store.common.util.Bech32Prefixes;
import com.bloxbean.cardano.yaci.store.utxo.domain.Amount;
import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.tags.Tag;
import lombok.NonNull;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
Expand All @@ -28,6 +29,7 @@
@RequestMapping("${apiPrefix}")
@RequiredArgsConstructor
@Slf4j
@Tag(name = "(Experimental) Account API", description = "APIs for account related operations. This is an experimental module. Some apis may not be stable.")
public class AccountController {
private final AccountBalanceStorage accountBalanceStorage;
private final AccountService accountService;
Expand Down

0 comments on commit 24f5565

Please sign in to comment.