integration wordpress

This commit is contained in:
lzx
2025-11-18 17:26:07 +08:00
parent 74d9a114c0
commit 8201356476
15 changed files with 1902 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
package tron
// 区块
// {
// "blockID":,
// "block_header": map,
// "transactions": map,
//}
type TRONNode struct {
decodeKey string
ConfirmHeight uint64
}

View File

@@ -0,0 +1 @@
package tron