-
Notifications
You must be signed in to change notification settings - Fork 161
- accounts
- accountsAddresses
- accountsDelegations
- accountsHistory
- accountsRegistrations
- accountsRewards
- addresses
- addressesTotal
- addressesTransactions
- addressesTransactionsAll
- addressesTxs
- addressesTxsAll
- addressesUtxos
- addressesUtxosAll
- apiUrl
- assets
- assetsAddresses
- assetsById
- assetsHistory
- assetsPolicyById
- assetsTransactions
- assetsTxs
- blocks
- blocksLatest
- blocksNext
- blocksPrevious
- blocksTxs
- blocksTxsAll
- epochs
- epochsBlocks
- epochsBlocksByPoolId
- epochsLatest
- epochsNext
- epochsParameters
- epochsPrevious
- epochsStakes
- epochsStakesByPoolId
- health
- healthClock
- ledger
- metadataTxsLabel
- metadataTxsLabelCbor
- metadataTxsLabels
- metrics
- metricsEndpoints
- poolMetadata
- pools
- poolsById
- poolsByIdBlocks
- poolsByIdDelegators
- poolsByIdHistory
- poolsByIdRelays
- poolsByIdUpdates
- poolsRetired
- poolsRetiring
- projectId
- root
- txSubmit
- txs
- txsDelegations
- txsMetadata
- txsMetadataCbor
- txsPoolRetires
- txsPoolUpdates
- txsStakes
- txsUtxos
- txsWithdrawals
- userAgent
β’ new BlockFrostAPI(options?
)
Name | Type |
---|---|
options? |
Options |
β’ accounts: (stakeAddress
: string
) => Promise
<components
["schemas"
]["account_content"
]>
βΈ (stakeAddress
): Promise
<components
["schemas"
]["account_content"
]>
accounts - Obtain information about a specific stake account.
Name | Type | Description |
---|---|---|
stakeAddress |
string |
Bech32 stake address |
Promise
<components
["schemas"
]["account_content"
]>
Information about a specific stake account.
β’ accountsAddresses: (stakeAddress
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["account_addresses_content"
]>
βΈ (stakeAddress
, page
, count?
, order?
): Promise
<components
["schemas"
]["account_addresses_content"
]>
accountsAddresses - Obtain information about the addresses of a specific account.
Name | Type | Description |
---|---|---|
stakeAddress |
string |
Bech32 stake address |
page |
number |
- |
count |
number |
- |
order |
"asc" | "desc"
|
- |
Promise
<components
["schemas"
]["account_addresses_content"
]>
Information about the addresses of a specific account.
β’ accountsDelegations: (stakeAddress
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["account_delegation_content"
]>
βΈ (stakeAddress
, page
, count?
, order?
): Promise
<components
["schemas"
]["account_delegation_content"
]>
accountsDelegations - Obtain information about the delegation of a specific account.
Name | Type | Description |
---|---|---|
stakeAddress |
string |
Bech32 stake address |
page |
number |
- |
count |
number |
- |
order |
"asc" | "desc"
|
- |
Promise
<components
["schemas"
]["account_delegation_content"
]>
Information about the delegation of a specific account.
β’ accountsHistory: (stakeAddress
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["account_history_content"
]>
βΈ (stakeAddress
, page
, count?
, order?
): Promise
<components
["schemas"
]["account_history_content"
]>
accountsHistory - Obtain information about the history of a specific account.
Name | Type | Description |
---|---|---|
stakeAddress |
string |
Bech32 stake address |
page |
number |
- |
count |
number |
- |
order |
"asc" | "desc"
|
- |
Promise
<components
["schemas"
]["account_history_content"
]>
Information about the history of a specific account.
β’ accountsRegistrations: (stakeAddress
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["account_registration_content"
]>
βΈ (stakeAddress
, page
, count?
, order?
): Promise
<components
["schemas"
]["account_registration_content"
]>
accountsRegistrations - Obtain information about the registrations and deregistrations of a specific account.
Name | Type | Description |
---|---|---|
stakeAddress |
string |
Bech32 stake address |
page |
number |
- |
count |
number |
- |
order |
"asc" | "desc"
|
- |
Promise
<components
["schemas"
]["account_registration_content"
]>
Information about the registrations and deregistrations of a specific account.
β’ accountsRewards: (stakeAddress
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["account_reward_content"
]>
βΈ (stakeAddress
, page
, count?
, order?
): Promise
<components
["schemas"
]["account_reward_content"
]>
accountsRewards - Obtain information about the history of a specific account.
Name | Type | Description |
---|---|---|
stakeAddress |
string |
Bech32 stake address |
page |
number |
- |
count |
number |
- |
order |
"asc" | "desc"
|
- |
Promise
<components
["schemas"
]["account_reward_content"
]>
Information about the history of a specific account.
β’ addresses: (address
: string
) => Promise
<components
["schemas"
]["address_content"
]>
βΈ (address
): Promise
<components
["schemas"
]["address_content"
]>
addresses
Name | Type |
---|---|
address |
string |
Promise
<components
["schemas"
]["address_content"
]>
xxx
β’ addressesTotal: (address
: string
) => Promise
<components
["schemas"
]["address_content_total"
]>
βΈ (address
): Promise
<components
["schemas"
]["address_content_total"
]>
addressesTotal
Name | Type |
---|---|
address |
string |
Promise
<components
["schemas"
]["address_content_total"
]>
xxx
β’ addressesTransactions: (address
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
, from
: null
, to
: null
) => Promise
<components
["schemas"
]["address_transactions_content"
] | []>
βΈ (address
, page
, count?
, order?
, from?
, to?
): Promise
<components
["schemas"
]["address_transactions_content"
] | []>
addressesTransactions
Name | Type | Default value |
---|---|---|
address |
string |
undefined |
page |
number |
undefined |
count |
number |
undefined |
order |
"asc" | "desc"
|
undefined |
from |
null |
undefined |
to |
null |
null |
Promise
<components
["schemas"
]["address_transactions_content"
] | []>
xxx
β’ addressesTransactionsAll: (address
: string
, order
: "asc"
| "desc"
, batchSize
: number
) => Promise
<components
["schemas"
]["address_transactions_content"
] | []>
βΈ (address
, order
, batchSize?
): Promise
<components
["schemas"
]["address_transactions_content"
] | []>
addressesTransactionsAll
Name | Type |
---|---|
address |
string |
order |
"asc" | "desc"
|
batchSize |
number |
Promise
<components
["schemas"
]["address_transactions_content"
] | []>
xxx
β’ addressesTxs: (address
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["address_txs_content"
] | []>
βΈ (address
, page
, count?
, order?
): Promise
<components
["schemas"
]["address_txs_content"
] | []>
addressesTxs
Name | Type |
---|---|
address |
string |
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["address_txs_content"
] | []>
xxx
β’ addressesTxsAll: (address
: string
, order
: "asc"
| "desc"
, batchSize
: number
) => Promise
<components
["schemas"
]["address_txs_content"
] | []>
βΈ (address
, order
, batchSize?
): Promise
<components
["schemas"
]["address_txs_content"
] | []>
addressesTxsAll
Name | Type |
---|---|
address |
string |
order |
"asc" | "desc"
|
batchSize |
number |
Promise
<components
["schemas"
]["address_txs_content"
] | []>
xxx
β’ addressesUtxos: (address
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["address_utxo_content"
]>
βΈ (address
, page
, count?
, order?
): Promise
<components
["schemas"
]["address_utxo_content"
]>
addressesUtxos
Name | Type |
---|---|
address |
string |
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["address_utxo_content"
]>
xxx
β’ addressesUtxosAll: (address
: string
, order
: "asc"
| "desc"
, batchSize
: number
) => Promise
<components
["schemas"
]["address_utxo_content"
]>
βΈ (address
, order
, batchSize?
): Promise
<components
["schemas"
]["address_utxo_content"
]>
addressesUtxosAll
Name | Type |
---|---|
address |
string |
order |
"asc" | "desc"
|
batchSize |
number |
Promise
<components
["schemas"
]["address_utxo_content"
]>
xxx
β’ apiUrl: string
β’ assets: (page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["assets"
]>
βΈ (page
, count?
, order?
): Promise
<components
["schemas"
]["assets"
]>
assets - List of assets.
Name | Type |
---|---|
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["assets"
]>
List of assets.
β’ assetsAddresses: (asset
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["asset_addresses"
]>
βΈ (asset
, page
, count?
, order?
): Promise
<components
["schemas"
]["asset_addresses"
]>
assetsAddresses - List of a addresses containing a specific asset.
Name | Type | Description |
---|---|---|
asset |
string |
Concatenation of the policy_id and hex-encoded asset_name |
page |
number |
- |
count |
number |
- |
order |
"asc" | "desc"
|
- |
Promise
<components
["schemas"
]["asset_addresses"
]>
List of a addresses containing a specific asset.
β’ assetsById: (asset
: string
) => Promise
<components
["schemas"
]["asset"
]>
βΈ (asset
): Promise
<components
["schemas"
]["asset"
]>
assetsById - Information about a specific asset.
Name | Type | Description |
---|---|---|
asset |
string |
Concatenation of the policy_id and hex-encoded asset_name |
Promise
<components
["schemas"
]["asset"
]>
Information about a specific asset.
β’ assetsHistory: (asset
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["asset_history"
]>
βΈ (asset
, page
, count?
, order?
): Promise
<components
["schemas"
]["asset_history"
]>
assetsHistory - History of a specific asset.
Name | Type | Description |
---|---|---|
asset |
string |
Concatenation of the policy_id and hex-encoded asset_name |
page |
number |
- |
count |
number |
- |
order |
"asc" | "desc"
|
- |
Promise
<components
["schemas"
]["asset_history"
]>
History of a specific asset.
β’ assetsPolicyById: (policy
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["asset_addresses"
]>
βΈ (policy
, page
, count?
, order?
): Promise
<components
["schemas"
]["asset_addresses"
]>
assetsPolicyById - List of asset minted under a specific policy.
Name | Type |
---|---|
policy |
string |
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["asset_addresses"
]>
List of asset minted under a specific policy.
β’ assetsTransactions: (asset
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["asset_transactions"
]>
βΈ (asset
, page
, count?
, order?
): Promise
<components
["schemas"
]["asset_transactions"
]>
assetsTransactions - List of a specific asset transactions.
Name | Type | Description |
---|---|---|
asset |
string |
Concatenation of the policy_id and hex-encoded asset_name |
page |
number |
- |
count |
number |
- |
order |
"asc" | "desc"
|
- |
Promise
<components
["schemas"
]["asset_transactions"
]>
List of a specific asset transactions.
β’ assetsTxs: (asset
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["asset_txs"
]>
βΈ (asset
, page
, count?
, order?
): Promise
<components
["schemas"
]["asset_txs"
]>
assetsTxs - List of a specific asset transactions.
Name | Type | Description |
---|---|---|
asset |
string |
Concatenation of the policy_id and hex-encoded asset_name |
page |
number |
- |
count |
number |
- |
order |
"asc" | "desc"
|
- |
Promise
<components
["schemas"
]["asset_txs"
]>
List of a specific asset transactions.
β’ blocks: (hashOrNumber
: HashOrNumber
) => Promise
<components
["schemas"
]["block_content"
]>
βΈ (hashOrNumber
): Promise
<components
["schemas"
]["block_content"
]>
addressesUtxos
Name | Type |
---|---|
hashOrNumber |
HashOrNumber |
Promise
<components
["schemas"
]["block_content"
]>
xxx
β’ blocksLatest: () => Promise
<components
["schemas"
]["block_content"
]>
βΈ (): Promise
<components
["schemas"
]["block_content"
]>
blocksLatest
Promise
<components
["schemas"
]["block_content"
]>
xxx
β’ blocksNext: (hashOrNumber
: HashOrNumber
, page
: number
, count
: number
) => Promise
<components
["schemas"
]["block_content_array"
]>
βΈ (hashOrNumber
, page
, count?
): Promise
<components
["schemas"
]["block_content_array"
]>
blocksNext
Name | Type |
---|---|
hashOrNumber |
HashOrNumber |
page |
number |
count |
number |
Promise
<components
["schemas"
]["block_content_array"
]>
xxx
β’ blocksPrevious: (hashOrNumber
: HashOrNumber
, page
: number
, count
: number
) => Promise
<components
["schemas"
]["block_content_array"
]>
βΈ (hashOrNumber
, page
, count?
): Promise
<components
["schemas"
]["block_content_array"
]>
blockPrevious
Name | Type |
---|---|
hashOrNumber |
HashOrNumber |
page |
number |
count |
number |
Promise
<components
["schemas"
]["block_content_array"
]>
xxx
β’ blocksTxs: (hashOrNumber
: HashOrNumber
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["block_content_txs"
]>
βΈ (hashOrNumber
, page
, count?
, order?
): Promise
<components
["schemas"
]["block_content_txs"
]>
addressesUtxos
Name | Type |
---|---|
hashOrNumber |
HashOrNumber |
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["block_content_txs"
]>
xxx
β’ blocksTxsAll: (hashOrNumber
: string
| number
, order
: "asc"
| "desc"
, batchSize
: number
) => Promise
<components
["schemas"
]["block_content_txs"
]>
βΈ (hashOrNumber
, order
, batchSize?
): Promise
<components
["schemas"
]["block_content_txs"
]>
blocksTxsAll
Name | Type |
---|---|
hashOrNumber |
string | number
|
order |
"asc" | "desc"
|
batchSize |
number |
Promise
<components
["schemas"
]["block_content_txs"
]>
xxx
β’ epochs: (number
: number
) => Promise
<components
["schemas"
]["epoch_content"
]>
βΈ (number
): Promise
<components
["schemas"
]["epoch_content"
]>
epochs
Name | Type |
---|---|
number |
number |
Promise
<components
["schemas"
]["epoch_content"
]>
xxx
β’ epochsBlocks: (number
: number
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["epoch_block_content"
]>
βΈ (number
, page
, count?
, order?
): Promise
<components
["schemas"
]["epoch_block_content"
]>
epochsBlocks
Name | Type |
---|---|
number |
number |
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["epoch_block_content"
]>
xxx
β’ epochsBlocksByPoolId: (number
: number
, poolId
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["epoch_stake_pool_content"
]>
βΈ (number
, poolId
, page
, count?
, order?
): Promise
<components
["schemas"
]["epoch_stake_pool_content"
]>
epochsBlocksByPoolId
Name | Type |
---|---|
number |
number |
poolId |
string |
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["epoch_stake_pool_content"
]>
xxx
β’ epochsLatest: () => Promise
<components
["schemas"
]["epoch_content"
]>
βΈ (): Promise
<components
["schemas"
]["epoch_content"
]>
epochsLatest
Promise
<components
["schemas"
]["epoch_content"
]>
xxx
β’ epochsNext: (number
: number
, page
: number
, count
: number
) => Promise
<components
["schemas"
]["epoch_content_array"
]>
βΈ (number
, page
, count?
): Promise
<components
["schemas"
]["epoch_content_array"
]>
epochsNext
Name | Type |
---|---|
number |
number |
page |
number |
count |
number |
Promise
<components
["schemas"
]["epoch_content_array"
]>
xxx
β’ epochsParameters: (number
: number
) => Promise
<components
["schemas"
]["epoch_param_content"
]>
βΈ (number
): Promise
<components
["schemas"
]["epoch_param_content"
]>
epochsParameters
Name | Type |
---|---|
number |
number |
Promise
<components
["schemas"
]["epoch_param_content"
]>
xxx
β’ epochsPrevious: (number
: number
, page
: number
, count
: number
) => Promise
<components
["schemas"
]["epoch_content_array"
]>
βΈ (number
, page
, count?
): Promise
<components
["schemas"
]["epoch_content_array"
]>
epochsPrevious
Name | Type |
---|---|
number |
number |
page |
number |
count |
number |
Promise
<components
["schemas"
]["epoch_content_array"
]>
xxx
β’ epochsStakes: (number
: number
, page
: number
, count
: number
) => Promise
<components
["schemas"
]["epoch_stake_content"
]>
βΈ (number
, page
, count?
): Promise
<components
["schemas"
]["epoch_stake_content"
]>
epochsStakes
Name | Type |
---|---|
number |
number |
page |
number |
count |
number |
Promise
<components
["schemas"
]["epoch_stake_content"
]>
xxx
β’ epochsStakesByPoolId: (number
: number
, poolId
: string
, page
: number
, count
: number
) => Promise
<components
["schemas"
]["epoch_block_content"
]>
βΈ (number
, poolId
, page
, count?
): Promise
<components
["schemas"
]["epoch_block_content"
]>
epochsStakesByPoolId
Name | Type |
---|---|
number |
number |
poolId |
string |
page |
number |
count |
number |
Promise
<components
["schemas"
]["epoch_block_content"
]>
xxx
β’ health: () => Promise
<Object
>
βΈ (): Promise
<Object
>
health
Promise
<Object
>
xxx
β’ healthClock: () => Promise
<Object
>
βΈ (): Promise
<Object
>
healthClock
Promise
<Object
>
xxx
β’ ledger: () => Promise
<components
["schemas"
]["genesis_content"
]>
βΈ (): Promise
<components
["schemas"
]["genesis_content"
]>
ledger
Promise
<components
["schemas"
]["genesis_content"
]>
xxx
β’ metadataTxsLabel: (label
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["tx_metadata_labels"
]>
βΈ (label
, page
, count?
, order?
): Promise
<components
["schemas"
]["tx_metadata_labels"
]>
metadataTxsLabel
Name | Type |
---|---|
label |
string |
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["tx_metadata_labels"
]>
xxx
β’ metadataTxsLabelCbor: (label
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["tx_metadata_label_cbor"
]>
βΈ (label
, page
, count?
, order?
): Promise
<components
["schemas"
]["tx_metadata_label_cbor"
]>
metadataTxsLabelCbor
Name | Type |
---|---|
label |
string |
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["tx_metadata_label_cbor"
]>
xxx
β’ metadataTxsLabels: (page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["tx_metadata_label_json"
]>
βΈ (page
, count?
, order?
): Promise
<components
["schemas"
]["tx_metadata_label_json"
]>
metadataTxsLabels
Name | Type |
---|---|
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["tx_metadata_label_json"
]>
xxx
β’ metrics: () => Promise
<components
["schemas"
]["metrics"
]>
βΈ (): Promise
<components
["schemas"
]["metrics"
]>
metrics
Promise
<components
["schemas"
]["metrics"
]>
xxx
β’ metricsEndpoints: () => Promise
<components
["schemas"
]["metrics"
]>
βΈ (): Promise
<components
["schemas"
]["metrics"
]>
metricsEndpoints
Promise
<components
["schemas"
]["metrics"
]>
xxx
β’ poolMetadata: (poolId
: string
) => Promise
<components
["schemas"
]["pool_metadata"
]>
βΈ (poolId
): Promise
<components
["schemas"
]["pool_metadata"
]>
poolMetadata
Name | Type |
---|---|
poolId |
string |
Promise
<components
["schemas"
]["pool_metadata"
]>
xxx
β’ pools: (page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["pool_list"
]>
βΈ (page
, count?
, order?
): Promise
<components
["schemas"
]["pool_list"
]>
pools
Name | Type |
---|---|
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["pool_list"
]>
xxx
β’ poolsById: (poolId
: string
) => Promise
<components
["schemas"
]["pool"
]>
βΈ (poolId
): Promise
<components
["schemas"
]["pool"
]>
poolsById
Name | Type |
---|---|
poolId |
string |
Promise
<components
["schemas"
]["pool"
]>
xxx
β’ poolsByIdBlocks: (poolId
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["pool_blocks"
]>
βΈ (poolId
, page
, count?
, order?
): Promise
<components
["schemas"
]["pool_blocks"
]>
poolsByIdBlocks
Name | Type |
---|---|
poolId |
string |
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["pool_blocks"
]>
xxx
β’ poolsByIdDelegators: (poolId
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["pool_delegators"
]>
βΈ (poolId
, page
, count?
, order?
): Promise
<components
["schemas"
]["pool_delegators"
]>
poolsByIdDelegators
Name | Type |
---|---|
poolId |
string |
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["pool_delegators"
]>
xxx
β’ poolsByIdHistory: (poolId
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["pool_history"
]>
βΈ (poolId
, page
, count?
, order?
): Promise
<components
["schemas"
]["pool_history"
]>
poolsByIdHistory
Name | Type |
---|---|
poolId |
string |
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["pool_history"
]>
xxx
β’ poolsByIdRelays: (poolId
: string
) => Promise
<components
["schemas"
]["pool_relays"
]>
βΈ (poolId
): Promise
<components
["schemas"
]["pool_relays"
]>
poolsByIdRelays
Name | Type |
---|---|
poolId |
string |
Promise
<components
["schemas"
]["pool_relays"
]>
xxx
β’ poolsByIdUpdates: (poolId
: string
, page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["pool_updates"
]>
βΈ (poolId
, page
, count?
, order?
): Promise
<components
["schemas"
]["pool_updates"
]>
poolsByIdUpdates
Name | Type |
---|---|
poolId |
string |
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["pool_updates"
]>
xxx
β’ poolsRetired: (page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["pool_list_retire"
]>
βΈ (page
, count?
, order?
): Promise
<components
["schemas"
]["pool_list_retire"
]>
poolsRetired
Name | Type |
---|---|
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["pool_list_retire"
]>
xxx
β’ poolsRetiring: (page
: number
, count
: number
, order
: "asc"
| "desc"
) => Promise
<components
["schemas"
]["pool_list_retire"
]>
βΈ (page
, count?
, order?
): Promise
<components
["schemas"
]["pool_list_retire"
]>
poolsRetiring
Name | Type |
---|---|
page |
number |
count |
number |
order |
"asc" | "desc"
|
Promise
<components
["schemas"
]["pool_list_retire"
]>
xxx
β’ Optional
projectId: string
β’ root: () => Promise
<Object
>
βΈ (): Promise
<Object
>
root
Promise
<Object
>
xxx
β’ txSubmit: (transaction
: Uint8Array
) => Promise
<string>
βΈ (transaction
): Promise
<string>
txSubmit
Name | Type |
---|---|
transaction |
Uint8Array |
Promise
<string>
xxx
β’ txs: (hash
: string
) => Promise
<components
["schemas"
]["tx_content"
]>
βΈ (hash
): Promise
<components
["schemas"
]["tx_content"
]>
txs
Name | Type |
---|---|
hash |
string |
Promise
<components
["schemas"
]["tx_content"
]>
xxx
β’ txsDelegations: (hash
: string
) => Promise
<components
["schemas"
]["tx_content_delegations"
]>
βΈ (hash
): Promise
<components
["schemas"
]["tx_content_delegations"
]>
txsDelegations
Name | Type |
---|---|
hash |
string |
Promise
<components
["schemas"
]["tx_content_delegations"
]>
xxx
β’ txsMetadata: (hash
: string
) => Promise
<components
["schemas"
]["tx_metadata_label_json"
]>
βΈ (hash
): Promise
<components
["schemas"
]["tx_metadata_label_json"
]>
txsMetadata
Name | Type |
---|---|
hash |
string |
Promise
<components
["schemas"
]["tx_metadata_label_json"
]>
xxx
β’ txsMetadataCbor: (hash
: string
) => Promise
<components
["schemas"
]["tx_content_metadata_cbor"
]>
βΈ (hash
): Promise
<components
["schemas"
]["tx_content_metadata_cbor"
]>
txsMetadataCbor
Name | Type |
---|---|
hash |
string |
Promise
<components
["schemas"
]["tx_content_metadata_cbor"
]>
xxx
β’ txsPoolRetires: (hash
: string
) => Promise
<components
["schemas"
]["tx_content_pool_retires"
]>
βΈ (hash
): Promise
<components
["schemas"
]["tx_content_pool_retires"
]>
txsPoolRetires
Name | Type |
---|---|
hash |
string |
Promise
<components
["schemas"
]["tx_content_pool_retires"
]>
xxx
β’ txsPoolUpdates: (hash
: string
) => Promise
<components
["schemas"
]["tx_content_pool_certs"
]>
βΈ (hash
): Promise
<components
["schemas"
]["tx_content_pool_certs"
]>
txsPoolUpdates
Name | Type |
---|---|
hash |
string |
Promise
<components
["schemas"
]["tx_content_pool_certs"
]>
xxx
β’ txsStakes: (hash
: string
) => Promise
<components
["schemas"
]["tx_content_stake_addr"
]>
βΈ (hash
): Promise
<components
["schemas"
]["tx_content_stake_addr"
]>
txsStakes
Name | Type |
---|---|
hash |
string |
Promise
<components
["schemas"
]["tx_content_stake_addr"
]>
xxx
β’ txsUtxos: (hash
: string
) => Promise
<components
["schemas"
]["tx_content_utxo"
]>
βΈ (hash
): Promise
<components
["schemas"
]["tx_content_utxo"
]>
txsUtxos
Name | Type |
---|---|
hash |
string |
Promise
<components
["schemas"
]["tx_content_utxo"
]>
xxx
β’ txsWithdrawals: (hash
: string
) => Promise
<components
["schemas"
]["tx_content_withdrawals"
]>
βΈ (hash
): Promise
<components
["schemas"
]["tx_content_withdrawals"
]>
txsWithdrawals
Name | Type |
---|---|
hash |
string |
Promise
<components
["schemas"
]["tx_content_withdrawals"
]>
xxx
β’ Optional
userAgent: string