Add comments to describe each prefix.
This commit is contained in:
parent
27e90ef41a
commit
da9d856da3
@ -50,9 +50,9 @@ AddressService.dependencies = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
AddressService.PREFIXES = {
|
AddressService.PREFIXES = {
|
||||||
OUTPUTS: new Buffer('02', 'hex'),
|
OUTPUTS: new Buffer('02', 'hex'), // Query outputs by address and/or height
|
||||||
SPENTS: new Buffer('03', 'hex'),
|
SPENTS: new Buffer('03', 'hex'), // Query inputs by address and/or height
|
||||||
SPENTSMAP: new Buffer('05', 'hex')
|
SPENTSMAP: new Buffer('05', 'hex') // Get the input that spends an output
|
||||||
};
|
};
|
||||||
|
|
||||||
AddressService.SPACER_MIN = new Buffer('00', 'hex');
|
AddressService.SPACER_MIN = new Buffer('00', 'hex');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user