Block
区块对象
被如下接口引用:GetBlockList。
名称 | 类型 | 描述 |
---|---|---|
BlockNum | Integer | 区块编号 |
DataHash | String | 区块数据Hash数值 |
BlockId | Integer | 区块ID,与区块编号一致 |
PreHash | String | 前一个区块Hash |
TxCount | Integer | 区块内的交易数量 |
ChainMakerContractResult
长安链合约执行结果
被如下接口引用:InvokeChainMakerContract, InvokeChainMakerDemoContract, QueryChainMakerContract, QueryChainMakerDemoContract。
名称 | 类型 | 描述 |
---|---|---|
Code | Integer | 交易结果码 示例值:0 |
CodeMessage | String | 交易结果码含义 注意:此字段可能返回 null,表示取不到有效值。 示例值:Success |
TxId | String | 交易ID 注意:此字段可能返回 null,表示取不到有效值。 示例值:9d3c4eabca704b04b9317583a194c5b7163aeb3c44e5418f98f79a4a319efb92 |
GasUsed | Integer | Gas使用量 注意:此字段可能返回 null,表示取不到有效值。 示例值:0 |
Message | String | 合约返回消息 注意:此字段可能返回 null,表示取不到有效值。 示例值:Success |
Result | String | 合约函数返回,base64编码 注意:此字段可能返回 null,表示取不到有效值。 示例值:dGVzdHRlc3Q= |
ChainMakerTransactionResult
长安链交易查询结果
被如下接口引用:QueryChainMakerBlockTransaction, QueryChainMakerDemoBlockTransaction, QueryChainMakerDemoTransaction, QueryChainMakerTransaction。
名称 | 类型 | 描述 |
---|---|---|
Code | Integer | 交易结果码 示例值:0 |
CodeMessage | String | 交易结果码含义 注意:此字段可能返回 null,表示取不到有效值。 示例值:OK |
TxId | String | 交易ID 注意:此字段可能返回 null,表示取不到有效值。 示例值:6ab24544b68643318dd06dc062525e682eeeb9f143294436998127d0f274164d |
GasUsed | Integer | Gas使用量 注意:此字段可能返回 null,表示取不到有效值。 示例值:0 |
BlockHeight | Integer | 区块高度 注意:此字段可能返回 null,表示取不到有效值。 示例值:1 |
ContractEvent | String | 合约执行结果 注意:此字段可能返回 null,表示取不到有效值。 示例值:{} |
Message | String | 合约返回信息 注意:此字段可能返回 null,表示取不到有效值。 示例值:OK |
Timestamp | Integer | 交易时间,单位是秒 注意:此字段可能返回 null,表示取不到有效值。 示例值:1709261981 |
EndorserGroup
背书组织及其节点列表
被如下接口引用:GetTransactionDetailForUser。
名称 | 类型 | 描述 |
---|---|---|
EndorserGroupName | String | 背书组织名称 |
EndorserPeerList | Array of String | 背书节点列表 |
PeerSet
PeerSet
被如下接口引用:Invoke, Query。
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
PeerName | String | 是 | 节点名称 |
OrgName | String | 是 | 组织名称 |
SignCertCsr
用于申请用户签名证书的结构体
被如下接口引用:ApplyChainMakerBatchUserCert。
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
CertMark | String | 是 | 用户签名证书的标识,会存在于用户申请的证书中 示例值:alice |
SignCsrContent | String | 是 | 用户申请签名证书所需要的证书请求文件的base64编码 示例值:test |
Transaction
交易显示概述信息
被如下接口引用:DescribeFabricBlock。
名称 | 类型 | 描述 |
---|---|---|
TxId | String | 交易ID 注意:此字段可能返回 null,表示取不到有效值。 示例值:abc |
ChaincodeName | String | 合约名称 注意:此字段可能返回 null,表示取不到有效值。 示例值:save |
Sender | String | 交易发送者 注意:此字段可能返回 null,表示取不到有效值。 示例值:zhangsan |
CreateTime | String | 交易创建时间 注意:此字段可能返回 null,表示取不到有效值。 示例值:2023-07-07 10:10:10 |
BlockHeight | Integer | 交易所在区块高度 注意:此字段可能返回 null,表示取不到有效值。 示例值:1024 |
TxIndex | Integer | 交易在区块中的序号 注意:此字段可能返回 null,表示取不到有效值。 示例值:0 |
TransactionItem
交易列表项信息
被如下接口引用:GetBlockTransactionListForUser, GetLatesdTransactionList, GetLatestTransactionList。
名称 | 类型 | 描述 |
---|---|---|
TransactionId | String | 交易ID |
TransactionHash | String | 交易hash |
CreateOrgName | String | 创建交易的组织名 |
BlockId | Integer | 交易所在区块号 |
TransactionType | String | 交易类型(普通交易和配置交易) |
CreateTime | String | 交易创建时间 |
BlockHeight | Integer | 交易所在区块高度 |
TransactionStatus | String | 交易状态 |