#api #api-client #generated #generator #openapi #api-version #github

hyperlane-cardano-rpc-rust-client

未提供描述(由Openapi Generator生成 https://github.com/openapitools/openapi-generator)

11个稳定版本

1.0.10 2023年9月1日
1.0.9 2023年8月8日
1.0.3 2023年7月27日

#995Web编程

Download history 6/week @ 2024-06-29 120/week @ 2024-07-27

每月 126 次下载

无许可证

45KB
694

hyperlane-cardano-rpc-rust-client的Rust API客户端

未提供描述(由Openapi Generator生成 https://github.com/openapitools/openapi-generator

概述

此API客户端由OpenAPI Generator项目生成。通过使用来自远程服务器的openapi-spec,您可以轻松生成API客户端。

  • API版本:1.0.0
  • 包版本:1.0.10
  • 构建包:org.openapitools.codegen.languages.RustClientCodegen

安装

将包放入名为 hyperlane-cardano-rpc-rust-client 的目录中,并在 [dependencies] 下添加以下内容到 Cargo.toml

hyperlane-cardano-rpc-rust-client = { path = "./hyperlane-cardano-rpc-rust-client" }

API端点文档

所有URI均相对于 https://127.0.0.1

方法 HTTP请求 描述
DefaultApi estimate_inbound_message_fee POST /api/inbox/estimate-message-fee 估算发送入站消息的费用(ADA)
DefaultApi get_outbound_gas_payment POST /api/outbox/get-message-gas-payment 获取发送到中继器的消息的出站燃气付款
DefaultApi get_validator_storage_locations POST /api/validator-announcement/get-storage-locations/ 返回给定验证器地址的存储位置(0x前缀32字节,总长度66个字符)
DefaultApi inbox_ism_parameters GET /api/inbox/ism-parameters 获取入站ISM参数
DefaultApi is_inbox_message_delivered GET /api/inbox/is-message-delivered/{messageId} 检查入站消息是否已投递
DefaultApi last_finalized_block GET /api/indexer/lastFinalizedBlock 获取最后一个最终化的区块
DefaultApi merkle_tree GET /api/indexer/merkleTree 检索最新(最终化)的活Outbox(UTXO)的Merkle树
DefaultApi messages_by_block_range GET /api/indexer/messages/{fromBlock}/{toBlock} 从 fromBlock 到 toBlock 获取消息
DefaultApi submit_inbound_message POST /api/inbox/submit-message 提交一条新的入站消息

模型文档说明

要获取生成的文档,请使用

cargo doc --open

作者

依赖关系

~4–16MB
~233K SLoC