mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-14 20:14:15 +00:00
add missing type for SafeTxHash in TxServiceModel
This commit is contained in:
parent
9842fde98c
commit
b544be0ce2
@ -32,6 +32,7 @@ type TxServiceModel = {
|
|||||||
data: string,
|
data: string,
|
||||||
operation: number,
|
operation: number,
|
||||||
nonce: number,
|
nonce: number,
|
||||||
|
safeTxHash: string,
|
||||||
submissionDate: string,
|
submissionDate: string,
|
||||||
executionDate: string,
|
executionDate: string,
|
||||||
confirmations: ConfirmationServiceModel[],
|
confirmations: ConfirmationServiceModel[],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user