3.2.13 • Published 4 years ago

@lianlian2019/blockchain_sdk_https v3.2.13

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

blockchain_sdk

/**
 * const (
    //TxType for Ds-pow
    NormalTx                uint8 = 0
    DelegateMinerRegisterTx uint8 = 1
    DelegateStakesTx        uint8 = 2
    DelegateStakesCancel    uint8 = 3
    )
 */

与区块链交互的sdk