Update backend/src/api/bitcoin/bitcoin-api.interface.ts
Co-authored-by: Miguel Medeiros <miguel@miguelmedeiros.com.br>
This commit is contained in:
		
							parent
							
								
									3e788ecbf9
								
							
						
					
					
						commit
						138f6e4e39
					
				@ -92,8 +92,8 @@ export namespace IBitcoinApi {
 | 
			
		||||
      hex: string;                   //  (string) the hex
 | 
			
		||||
      reqSigs?: number;              //  (numeric) The required sigs
 | 
			
		||||
      type: string;                  //  (string) The type, eg 'pubkeyhash'
 | 
			
		||||
      addresses?: string[]           //  (string) bitcoin addresses
 | 
			
		||||
      address?: string              //  (string) bitcoin address
 | 
			
		||||
      addresses?: string[];           //  (string) bitcoin addresses
 | 
			
		||||
      address?: string;              //  (string) bitcoin address
 | 
			
		||||
    };
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user