LiskArchive / lisk-sdk

🔩 Lisk software development kit
https://lisk.com
Apache License 2.0
2.72k stars 454 forks source link

Expose Register Multisignature schema and message tag constants #7614

Closed ishantiw closed 1 year ago

ishantiw commented 2 years ago

Description

To support off-chain services to support multisignature registration we need to expose schema that will be used to be signed by members of MS registration transaction. Also to use message tag constants, we need to expose it from the SDK.

We can either expose these constants through RPC or simple export from the SDK, yet to be decided.

Additional Information

ishantiw commented 1 year ago

Resolved in https://github.com/LiskHQ/lisk-sdk/pull/7733