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
Copy file name to clipboardExpand all lines: packages/fcl/src/wallet-provider-spec/draft-v3.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -471,7 +471,7 @@ An authorization service is expected to know the Account and the Key that will b
471
471
FCL will use the `method` provided to request an array of composite signature from authorization service (Wrapped in a `PollingResponse`).
472
472
The authorization service will be sent a `Signable`.
473
473
The service is expected to construct an encoded message to sign from `Signable.voucher`.
474
-
It then needs to hash the encoded message, and prepend a required [transaction domain tag](https://github.com/onflow/flow-js-sdk/blob/master/packages/sdk/src/encode/encode.js#L12-L13).
474
+
It then needs to hash the encoded message, and prepend a required [transaction domain tag](../../../sdk/src/encode/encode.ts#L12-L13).
475
475
Finally it signs the payload with the user/s keys, producing a signature.
476
476
This signature, as a HEX string, is sent back to FCL as part of the `CompositeSignature` which includes the user address and keyID in the data property of a `PollingResponse`.
Copy file name to clipboardExpand all lines: packages/fcl/src/wallet-provider-spec/draft-v4.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -732,7 +732,7 @@ An authorization service is expected to know the Account and the Key that will b
732
732
FCL will use the `method` provided to request an array of composite signature from authorization service (Wrapped in a `PollingResponse`).
733
733
The authorization service will be sent a `Signable`.
734
734
The service is expected to construct an encoded message to sign from `Signable.voucher`.
735
-
It then needs to hash the encoded message, and prepend a required [transaction domain tag](https://github.com/onflow/flow-js-sdk/blob/master/packages/sdk/src/encode/encode.js#L12-L13).
735
+
It then needs to hash the encoded message, and prepend a required [transaction domain tag](../../../sdk/src/encode/encode.ts#L12-L13).
736
736
Finally it signs the payload with the user/s keys, producing a signature.
737
737
This signature, as a HEX string, is sent back to FCL as part of the `CompositeSignature` which includes the user address and keyID in the data property of a `PollingResponse`.
0 commit comments