Files

14 lines
166 B
Go
Raw Permalink Normal View History

2025-11-18 17:26:07 +08:00
package tron
// 区块
// {
// "blockID":,
// "block_header": map,
// "transactions": map,
//}
type TRONNode struct {
decodeKey string
ConfirmHeight uint64
}