Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: fund properties lock_start_time/lock_end_time #125

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion doc/api/v0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ openapi: 3.0.3
info:
title: VIT as a Service Rest API
description: VaaS Rest API v0
version: 0.1.1
version: 0.1.2
contact:
url: ''

Expand Down Expand Up @@ -128,6 +128,14 @@ components:
next_fund_start_time:
type: string
format: date-time
lock_start_time:
type: string
format: date-time
description: Timestamp for the start of the locking period
lock_end_time:
type: string
format: date-time
description: Timestamp for the end of the locking period
chain_vote_plans:
type: array
items:
Expand Down