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
{{ message }}
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.
When creating the transaction, id and signature does not exit before signing the transaction.
However, in order to call instance methods (ex: getBytes) when signing, constructor need to accept empty id and signature.
This should be checked on checkSchema.
Actual behavior
Rejected at the constructor if id or signature is empty
The text was updated successfully, but these errors were encountered:
Expected behavior
When creating the transaction, id and signature does not exit before signing the transaction.
However, in order to call instance methods (ex: getBytes) when signing, constructor need to accept empty id and signature.
This should be checked on checkSchema.
Actual behavior
Rejected at the constructor if id or signature is empty
The text was updated successfully, but these errors were encountered: