You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allowing offchain flow post transaction in heirarchical of multi signature transaction case.
New Signature validation flow, need to have MultiSignatureAccountType with different signature verification.
More Detail:
SignatureInfo.Signatures can include MultiSignatureAddress, and should be like :
Key
Value
[4]:AcountType[N]UnhashMultiSignatureInfoBytes
[4]:SignaturesCount[N]:Signatures
With this format heirarchical multi signature transaction can be produce in offchain flow and in onchain flow can produce with one transaction hash instead
The text was updated successfully, but these errors were encountered:
Description
Next iteration of multi signature transaction:
offchain
flow post transaction in heirarchical of multi signature transaction case.MultiSignatureAccountType
with different signature verification.More Detail:
SignatureInfo.Signatures
can include MultiSignatureAddress, and should be like :AcountType
[N]UnhashMultiSignatureInfoBytes
SignaturesCount
[N]:Signatures
With this format heirarchical multi signature transaction can be produce in offchain flow and in
onchain
flow can produce with one transaction hash insteadThe text was updated successfully, but these errors were encountered: