Added signature storage
This commit is contained in:
parent
3bc16b9cac
commit
8f8114094a
1 changed files with 4 additions and 1 deletions
|
|
@ -14,4 +14,7 @@ export const _feeList = atom<string[]>([])
|
||||||
export const _codeList = atom<string[]>([])
|
export const _codeList = atom<string[]>([])
|
||||||
export const _amountList = atom<string[]>([])
|
export const _amountList = atom<string[]>([])
|
||||||
|
|
||||||
export const _signature = atom('')
|
export const _signatureAssessor = atom('')
|
||||||
|
export const _signatureApprover = atom('')
|
||||||
|
|
||||||
|
export const _approvedDate = atom('')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue