Added signature storage

This commit is contained in:
Patrick Alvin Alcala 2025-10-16 10:09:31 +08:00
parent 3bc16b9cac
commit 8f8114094a

View file

@ -14,4 +14,7 @@ export const _feeList = atom<string[]>([])
export const _codeList = atom<string[]>([])
export const _amountList = atom<string[]>([])
export const _signature = atom('')
export const _signatureAssessor = atom('')
export const _signatureApprover = atom('')
export const _approvedDate = atom('')