sign feature

This commit is contained in:
Timur Ercan
2023-01-26 16:22:55 +01:00
parent 6984bb9b4e
commit 436e78f3f7
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
export { signDocument } from "./signDocument";

View File

@ -0,0 +1 @@
export const signDocument = (document: any) => {};