repositorypackage
0.0.2
Repository: https://github.com/karriz-dev/symbol-sdk.git
Documentation: pkg.go.dev
# README
Symbol SDK for Go
Symbol Blockchain Network SDK for Go
Installation
go get github.com/karriz-dev/symbol-sdk
Usage
Check example
folder this repo. go to example
Supported List
Transaction Factory
Function Name | Description | Supported |
---|---|---|
Sign | transaction signing | :heavy_check_mark: |
Verify | verfing transaction signature | :heavy_check_mark: |
MessageEncode | encoding message uft-8 (plain) | :heavy_minus_sign: |
MessageEncode | encoding message uft-8 (encrypt) | :heavy_minus_sign: |
CoSign | transaction co-signing | :heavy_minus_sign: |
Transaction
ID | Name | Description | Supported |
---|---|---|---|
16724 | TransferTransactionV1 | transfer mosaic from signer to receipient | :heavy_check_mark: |
16717 | MosaicDefinitionV1 | definition new a mosaic | :heavy_minus_sign: |
16973 | MosaicSupplyChange | change mosaic's supply | :heavy_minus_sign: |
Network Utilities
Name | Description | Supported |
---|---|---|
NetworkEstimateFee | get network estimated tx fee | :heavy_minus_sign: |
NetworkProperties | get network properties(/network/properties) | :heavy_minus_sign: |