mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 05:12:35 +01:00
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…
Reference in New Issue
Block a user