Files
m2pool_payment/internal/blockchain/tron/tron.go
2025-11-18 17:26:07 +08:00

14 lines
166 B
Go

package tron
// 区块
// {
// "blockID":,
// "block_header": map,
// "transactions": map,
//}
type TRONNode struct {
decodeKey string
ConfirmHeight uint64
}