BlockStorage.getBlock - multiple declarations

Function BlockStorage.getBlock

Return the entire block, including his data, using his ID.

Block getBlock (
  ulong Index
);

Function BlockStorage.getBlock

Return the entire block, including his data, using his hash.

Block getBlock (
  string Hash
);