Symbol Blockchain Network SDK for Go


go get github.com/karriz-dev/symbol-sdk
Check example folder this repo. go to example
| Function Name |
Description |
Supported |
| Sign |
transaction signing |
✔️ |
| Verify |
verfying transaction signature |
✔️ |
| MessageEncode |
encoding message uft-8 (plain) |
✔️ |
| MessageEncode |
encoding message uft-8 (encrypt) |
➖ |
| CoSign |
transaction co-signing |
➖ |
| Type |
Name |
Description |
Supported |
Embedded |
| 0x4154 |
TransferTransactionV1 |
transfer mosaic from signer to receipient |
✔️ |
✔️ |
| 0x4148 |
HashLockTransactionV1 |
locked mosaic with sha256 hash |
✔️ |
✔️ |
| 0x4241 |
AggregateBondedV2 |
aggregate bonded some transactions |
✔️ |
➖ |
| Name |
Description |
Supported |
| NetworkEstimateFee |
get network estimated tx fee |
✔️ |
| NetworkProperties |
get network properties(/network/properties) |
✔️ |