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…
Reference in New Issue