@lianlian2019/blockchain_sdk_https
v3.2.13
Published
与区块链交互的sdk
Downloads
1
Readme
blockchain_sdk
/**
* const (
//TxType for Ds-pow
NormalTx uint8 = 0
DelegateMinerRegisterTx uint8 = 1
DelegateStakesTx uint8 = 2
DelegateStakesCancel uint8 = 3
)
*/
与区块链交互的sdk