Module

Ctl.Internal.Service.Blockfrost

#BlockfrostRewards

#BlockfrostRawPostResponseData

type BlockfrostRawPostResponseData = { endpoint :: BlockfrostEndpoint, mediaType :: MediaType, rawResponse :: BlockfrostRawResponse, requestBody :: Maybe RequestBody }

#BlockfrostRawResponse

#BlockfrostServiceM

#BlockfrostServiceParams

type BlockfrostServiceParams = { blockfrostApiKey :: Maybe String, blockfrostConfig :: ServerConfig, onBlockfrostRawGetResponse :: OnBlockfrostRawGetResponseHook, onBlockfrostRawPostResponse :: OnBlockfrostRawPostResponseHook }

#getOutputAddressesByTxHash

getOutputAddressesByTxHash :: TransactionHash -> BlockfrostServiceM (Either ClientError (Array Address))

Specialized function to get addresses only, without resolving script references. Used internally.

#runBlockfrostServiceM

Modules