Newer
Older
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
funds:
type: array
items:
type: object
properties:
paraId:
type: string
format: unsignedInteger
fundInfo:
$ref: '#/components/schemas/FundInfo'
description: |
List of paras that have crowdloans.
ParasCrowdloanInfo:
type: object
properties:
at:
$ref: '#/components/schemas/BlockIdentifiers'
fundInfo:
$ref: '#/components/schemas/FundInfo'
leasePeriods:
type: array
items:
type: string
format: unsignedInteger
description: Lease periods the crowdloan can bid on.
ParasLeaseInfo:
type: object
properties:
at:
$ref: '#/components/schemas/BlockIdentifiers'
paraLifecycle:
$ref: '#/components/schemas/ParaLifecycle'
onboardingAs:
$ref: '#/components/schemas/OnboardingAs'
leases:
type: array
items:
type: object
properties:
leasePeriodIndex:
type: string
format: unsignedInteger
account:
type: string
deposit:
type: string
format: unsignedInteger
description: |
List of lease periods for which the `paraId` holds a lease along with
the deposit held and the associated `accountId`.
requestBodies:
Transaction:
content:
application/json:
schema:
$ref: '#/components/schemas/Transaction'
required: true