onflow / flow-jvm-sdk

Flow JVM SDK
Apache License 2.0
16 stars 16 forks source link

FlowTransactionSignature `signerIndex` field #121

Closed lealobanov closed 1 month ago

lealobanov commented 1 month ago

signerIndex no longer seems to be present in the protbuf model for FlowTransactionSignature. Look into if this field can be removed or otherwise its assigned value updated, as it currently seems to be a duplicate.

Related protobuf file for this class: https://github.com/onflow/flow/blob/master/protobuf/flow/entities/transaction.proto

lealobanov commented 1 month ago

Looks like signerIndex is assigned internally and used throughout the SDK for other signature operations, so will close this for now.