File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ export type Transfer = {
124124  recipient : AddressEx 
125125  direction : TransferDirection 
126126  transferInfo : TransferInfo 
127+   humanDescription ?: string 
127128} 
128129
129130export  type  SetFallbackHandler  =  { 
@@ -194,6 +195,7 @@ export type SettingsChange = {
194195  type : TransactionInfoType . SETTINGS_CHANGE 
195196  dataDecoded : DataDecoded 
196197  settingsInfo ?: SettingsInfo 
198+   humanDescription ?: string 
197199} 
198200
199201export  type  Custom  =  { 
@@ -204,6 +206,7 @@ export type Custom = {
204206  methodName ?: string 
205207  actionCount ?: number 
206208  isCancellation : boolean 
209+   humanDescription ?: string 
207210} 
208211
209212export  type  MultiSend  =  { 
@@ -214,6 +217,7 @@ export type MultiSend = {
214217  methodName : 'multiSend' 
215218  actionCount : number 
216219  isCancellation : boolean 
220+   humanDescription ?: string 
217221} 
218222
219223export  type  Cancellation  =  Custom  &  { 
@@ -226,6 +230,7 @@ export type Creation = {
226230  transactionHash : string 
227231  implementation ?: AddressEx 
228232  factory ?: AddressEx 
233+   humanDescription ?: string 
229234} 
230235
231236export  type  TransactionInfo  =  Transfer  |  SettingsChange  |  Custom  |  MultiSend  |  Cancellation  |  Creation 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments